blob: fef23003cf32d5dbac461abd49c50c07b0171ea7 (
plain)
1
2
3
4
5
6
7
8
|
<CheckBox
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+android:id/checkbox"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:focusable="false"
android:clickable="false" />
|