confide_good_item.xml 578 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?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/tvGoodName"
    android:layout_width="match_parent"
    android:layout_height="30dp"
    android:layout_marginTop="8dp"
    android:gravity="center"
    android:textColor="@color/confide_color_filter_selector"
    android:orientation="vertical"
    android:background="@drawable/confide_filter_select_nor"
    android:textSize="@dimen/confide_dp_13"
    tools:text="恋爱婚姻" />