<?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="match_parent"
|
android:layout_gravity="center_vertical">
|
|
<com.basic.security.widget.CheckBox1
|
android:id="@+id/identity_checkbox"
|
android:layout_width="wrap_content"
|
android:layout_height="match_parent"
|
android:layout_gravity="center_vertical"
|
android:layout_marginRight="@dimen/w1"
|
android:button="@null"
|
android:drawableLeft="@drawable/check_box_selector"
|
android:gravity="center_vertical"
|
android:paddingBottom="@dimen/h15"
|
android:paddingLeft="@dimen/h5"
|
android:paddingRight="@dimen/h15"
|
android:paddingTop="@dimen/h15"
|
android:text="11111111"
|
android:textColor="@color/colorWhite"
|
android:textSize="@dimen/h13" />
|
</LinearLayout>
|