item_course_good_item.xml 538 Bytes
Newer Older
严久程 committed
1 2 3 4 5 6 7 8 9 10
<?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="36dp"
    android:layout_marginTop="10dp"
    android:background="@drawable/course_filter_select_nor"
    android:gravity="center"
    android:orientation="vertical"
严久程 committed
11
    android:textColor="@color/course_color_242424"
严久程 committed
12 13 14
    android:textSize="14dp"
    tools:text="恋爱婚姻" />