<?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="wrap_content"
|
android:layout_height="wrap_content"
|
android:orientation="horizontal"
|
android:paddingTop="10dp">
|
|
<View
|
android:id="@+id/vchoose"
|
android:layout_width="20dp"
|
android:layout_height="20dp"
|
android:layout_gravity="center"
|
android:background="@mipmap/coupon_checked" />
|
|
<TextView
|
android:id="@+id/mtvName"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginStart="13sp"
|
android:textColor="@color/black"
|
android:textSize="14sp"
|
tools:text="羽毛球课" />
|
</LinearLayout>
|