tests_item_recommend_hot_search.xml 795 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<?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"
          android:background="@drawable/tests_bg_gray_radius_20"
          android:gravity="center"
          android:orientation="vertical"
          android:paddingLeft="15dp"
          android:paddingRight="15dp"
          android:textColor="@color/platform_color_333333"
          tools:text="自闭症"
          tools:ignore="MissingDefaultResource"/>