<?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>
|