android - TextView side by side in RelativeLayout -
im trying place 2 textviews, same size in width, side side inside relativelayout. in between them have made view of 1 dp in width separate textview. have tried wrap_content both both wont work. textviews called headertext , headertext2 in in id. please me. <?xml version="1.0" encoding="utf-8"?> <linearlayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="#ffffff" android:orientation="vertical" > <imageview android:layout_width="fill_parent" android:layout_height="110dp" android:layout_weight="0.3" android:scaletype="fitxy" android:src="@drawable/hunters" /> <!-- <scrollview --> <!-- android:layout_width="match_parent" --> <!-- android:layout_height="0dip" --> <!-- android:layo...