tests_item_hot_search.xml 652 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/tvHotSearch"
    android:layout_width="wrap_content"
    android:layout_height="30dp"
    android:layout_marginBottom="6dp"
    android:layout_marginEnd="8dp"
    android:layout_marginRight="8dp"
konghaorui committed
10
    android:background="@drawable/platform_bg_radius_line_green_5"
konghaorui committed
11 12 13 14
    android:gravity="center"
    android:orientation="vertical"
    android:paddingLeft="15dp"
    android:paddingRight="15dp"
15
    android:textColor="@color/platform_main_theme"
konghaorui committed
16 17
    tools:text="自闭症" />