item_number.xml 287 Bytes
Newer Older
wjg committed
1 2 3 4 5 6 7
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:singleLine="true"
    android:textColor="@color/white"
    android:textSize="14sp" />