item_hobby_select_checkbox.xml 455 B

12345678910111213
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CheckBox xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content"
  5. android:layout_columnWeight="1"
  6. android:layout_margin="5dp"
  7. android:background="@drawable/selector_radiobutton_rc_bg_green"
  8. android:button="@null"
  9. android:gravity="center"
  10. android:orientation="vertical"
  11. android:padding="8dp">
  12. </CheckBox>