tests_item_hot_test.xml 925 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9 10 11 12 13
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="?android:attr/selectableItemBackground"
    android:orientation="vertical">

    <TextView
        android:id="@+id/tvTestName"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_margin="16dp"
konghaorui committed
14
        android:textColor="@color/platform_default_text_color"
konghaorui committed
15 16 17 18 19 20 21 22
        android:textSize="14sp"
        tools:text="测一测你多容易感情用事" />

    <View
        android:layout_width="match_parent"
        android:layout_height="1dp"
        android:layout_marginLeft="16dp"
        android:layout_marginRight="16dp"
konghaorui committed
23
        android:background="@color/platform_divide_color" />
konghaorui committed
24
</LinearLayout>