You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
757 B
XML
21 lines
757 B
XML
|
8 months ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="center_vertical"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="21dp"
|
||
|
|
android:layout_height="21dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:background="@drawable/shape_circle_select"
|
||
|
|
android:gravity="center"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
|
||
|
|
<com.rehome.zhdcoa.weiget.SangforTextView
|
||
|
|
android:id="@+id/tvNum"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content" />
|
||
|
|
</LinearLayout>
|
||
|
|
</LinearLayout>
|