学考乐离线App
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

item_checkbox.xml 630B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <layout xmlns:android="http://schemas.android.com/apk/res/android">
  3. <data>
  4. </data>
  5. <CheckBox
  6. android:id="@+id/cb_item"
  7. android:layout_width="wrap_content"
  8. android:layout_height="wrap_content"
  9. android:textSize="16dp"
  10. android:text="全选"
  11. android:button="@null"
  12. android:drawablePadding="8dp"
  13. android:paddingTop="4dp"
  14. android:paddingBottom="4dp"
  15. android:layout_marginRight="8dp"
  16. android:singleLine="true"
  17. android:drawableStart="@drawable/choose_multiple">
  18. </CheckBox>
  19. </layout>