diff options
Diffstat (limited to 'library/src/main/res/layout/kau_preference_checkbox.xml')
-rw-r--r-- | library/src/main/res/layout/kau_preference_checkbox.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/main/res/layout/kau_preference_checkbox.xml b/library/src/main/res/layout/kau_preference_checkbox.xml index 1f2807b..5ab368b 100644 --- a/library/src/main/res/layout/kau_preference_checkbox.xml +++ b/library/src/main/res/layout/kau_preference_checkbox.xml @@ -1,5 +1,5 @@ <CheckBox xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/kau_pref_checkbox" + android:id="@+id/kau_pref_inner_content" android:layout_width="wrap_content" android:layout_height="wrap_content" android:focusable="false" |