im_ui_p2p_evaluate.xml 1.6 KB
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:orientation="vertical"
    android:padding="10dp"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content">
    <TextView
        android:paddingTop="5dp"
        android:id="@+id/evaluate_title"
        android:padding="5dp"
        android:textSize="14sp"
        android:text="还有订单没评价,记得给我个好评哦"
        android:textColor="#000000"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" />

    <TextView
        android:id="@+id/check"
        android:text="点击查看"
        android:paddingLeft="5dp"
        android:textSize="12sp"
        android:layout_marginTop="3dp"
        android:layout_below="@+id/evaluate_title"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" />
    <TextView
        android:layout_marginTop="5dp"
        android:layout_below="@+id/check"
        android:id="@+id/space"
        android:background="#EDEDED"
        android:layout_alignRight="@+id/evaluate_title"
        android:layout_width="match_parent"
        android:layout_height="0.5dp" />

    <TextView
        android:id="@+id/tv_flag"
        android:text="待评价订单"
        android:paddingLeft="5dp"
        android:textSize="12sp"
        android:layout_marginTop="2dp"
        android:layout_below="@+id/space"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" />
</RelativeLayout>