aboutsummaryrefslogtreecommitdiff
path: root/library/src/main/res/layout/kau_preference_checkbox.xml
blob: 1f2807bb7d6594f56ad86e88c4d8ed3c7d58419b (plain)
1
2
3
4
5
6
7
<CheckBox xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/kau_pref_checkbox"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:focusable="false"
    android:clickable="false"
    android:background="@null" />