Administrator
2021-11-06 c637891132d876b13edd8bc1e9ce4d63312fe091
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_marginTop="@dimen/frame_margin_lr"
    android:layout_width="match_parent"
    android:gravity="center"
    android:layout_height="wrap_content">
    <CheckBox
        android:id="@+id/check"
        android:background="@drawable/dra_border_gray"
        android:text="分类"
        android:button="@null"
        android:layout_gravity="center"
        android:gravity="center"
        android:padding="0dp"
        android:textColor="@color/check_text"
        android:layout_width="70dp"
        android:layout_height="35dp" />
</LinearLayout>