item_number.xml 305 Bytes
Newer Older
wjg committed
1 2 3 4 5 6
<?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"
wjg committed
7
    android:textSize="@dimen/ts_order_number" />