- <?xml version="1.0" encoding="utf-8"?>
- <CheckBox xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_columnWeight="1"
- android:layout_margin="5dp"
- android:background="@drawable/selector_radiobutton_rc_bg_green"
- android:button="@null"
- android:gravity="center"
- android:orientation="vertical"
- android:padding="8dp">
- </CheckBox>
|