Blame view

res/layout/rowlayout.xml 344 Bytes
Imanol-Mikel Barba Sabariego authored
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" >
10
</TextView>