1 2 3 4
<TextView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/rowTextView" android:layout_width="fill_parent" android:layout_height="wrap_content"
5
android:background="@drawable/selectedonlist"
6 7 8 9
android:padding="10dp" android:textColor="@color/Whyte_POwaH" android:textSize="16sp" >
10
</TextView>