aboutsummaryrefslogtreecommitdiff
path: root/library/src/main/res
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-11 10:40:17 -0700
committerAllan Wang <me@allanwang.ca>2017-06-11 10:40:17 -0700
commitb7a493facf1152bc1de872e39cbc299640127bf4 (patch)
tree947992abc17e186f93dbf2b66115cdd64c9d3bd4 /library/src/main/res
parentc00f9e2674f5109a64f1f50873ce08089a2fce33 (diff)
downloadkau-b7a493facf1152bc1de872e39cbc299640127bf4.tar.gz
kau-b7a493facf1152bc1de872e39cbc299640127bf4.tar.bz2
kau-b7a493facf1152bc1de872e39cbc299640127bf4.zip
Testing data changes
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>