item_order_header.xml 636 Bytes
Newer Older
UIUANG\Zsc's avatar
UIUANG\Zsc committed
1 2 3 4 5 6 7
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="#F8F8F8"
    >
    <TextView
8
        android:id="@+id/tv_list_num"
UIUANG\Zsc's avatar
UIUANG\Zsc committed
9 10
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
11
        android:text=""
UIUANG\Zsc's avatar
UIUANG\Zsc committed
12 13 14 15 16 17 18 19
        android:textSize="16sp"
        android:textColor="#888888"
        android:layout_marginTop="@dimen/dp_10"
        android:layout_marginStart="@dimen/dp_10"
        android:layout_marginBottom="5dp"
        />

</RelativeLayout>