aboutsummaryrefslogtreecommitdiff
path: root/library/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/main/res')
-rw-r--r--library/src/main/res/layout/kau_preference_checkbox.xml2
-rw-r--r--library/src/main/res/values/strings.xml2
2 files changed, 3 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"
diff --git a/library/src/main/res/values/strings.xml b/library/src/main/res/values/strings.xml
index 98dc0a1..10a73b9 100644
--- a/library/src/main/res/values/strings.xml
+++ b/library/src/main/res/values/strings.xml
@@ -12,4 +12,6 @@
<string name="kau_md_custom">Custom</string>
<string name="kau_md_presets">Presets</string>
<string name="kau_md_color_palette">Color Palette</string>
+
+ <string name="kau_kpref_title_placeholder">Title Placeholder</string>
</resources>