aboutsummaryrefslogtreecommitdiff
path: root/sample/src/main/res/values
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-10 23:46:02 -0700
committerAllan Wang <me@allanwang.ca>2017-06-10 23:46:02 -0700
commitc00f9e2674f5109a64f1f50873ce08089a2fce33 (patch)
treef12b43da762a34b9e803c48c9d53be473cff9c54 /sample/src/main/res/values
parent93846b3df8fd838a3277f5bacaa99e4ffb59012a (diff)
downloadkau-c00f9e2674f5109a64f1f50873ce08089a2fce33.tar.gz
kau-c00f9e2674f5109a64f1f50873ce08089a2fce33.tar.bz2
kau-c00f9e2674f5109a64f1f50873ce08089a2fce33.zip
Create kpref activity base
Diffstat (limited to 'sample/src/main/res/values')
-rw-r--r--sample/src/main/res/values/strings.xml4
-rw-r--r--sample/src/main/res/values/styles.xml5
2 files changed, 9 insertions, 0 deletions
diff --git a/sample/src/main/res/values/strings.xml b/sample/src/main/res/values/strings.xml
index 44421fe..1246baf 100644
--- a/sample/src/main/res/values/strings.xml
+++ b/sample/src/main/res/values/strings.xml
@@ -8,5 +8,9 @@
<string name="checkbox_3">Checkbox 3</string>
<string name="desc_disabled">I am disabled</string>
<string name="text_color">Text Color</string>
+ <string name="accent_color">Accent Color</string>
<string name="background_color">Background Color</string>
+ <string name="color_custom">This selector allows custom colors</string>
+ <string name="color_no_custom">This selector does not allow custom colors</string>
+ <string name="color_custom_alpha">This selector allows for custom colors with alpha values</string>
</resources>
diff --git a/sample/src/main/res/values/styles.xml b/sample/src/main/res/values/styles.xml
index 8a4c98f..7867278 100644
--- a/sample/src/main/res/values/styles.xml
+++ b/sample/src/main/res/values/styles.xml
@@ -10,4 +10,9 @@
<item name="android:windowBackground">@android:color/transparent</item>
</style>
+ <style name="AppTheme.NoActionBar">
+ <item name="windowActionBar">false</item>
+ <item name="windowNoTitle">true</item>
+ </style>
+
</resources>