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