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 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/library/src/main/res/layout/kau_preference_checkbox.xml b/library/src/main/res/layout/kau_preference_checkbox.xml deleted file mode 100644 index 5ab368b..0000000 --- a/library/src/main/res/layout/kau_preference_checkbox.xml +++ /dev/null @@ -1,7 +0,0 @@ -<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" />
\ No newline at end of file |