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