Blame view

res/layout/rowlayout.xml 354 Bytes
Imanol-Mikel Barba Sabariego authored
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"
Imanol-Mikel Barba Sabariego authored
5
    android:background="@drawable/selectedonlist"
Imanol-Mikel Barba Sabariego authored
6
    android:padding="10dp"
Imanol-Mikel Barba Sabariego authored
7
    android:textColor="@drawable/selectedonlist2"
Imanol-Mikel Barba Sabariego authored
8
9
    android:textSize="16sp" >
10
</TextView>