aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-v22/styles.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-08-18 17:43:23 -0700
committerScott Jackson <daneren2005@gmail.com>2015-08-18 17:43:23 -0700
commit7f8f9f1d3bf05935d0af50982e2af187188fb57e (patch)
tree8fdae9af240611cb5e9cf2605c01d704e11c784c /app/src/main/res/values-v22/styles.xml
parent1f9374f7fac51d13e87929c3f87705840be8c237 (diff)
downloaddsub-7f8f9f1d3bf05935d0af50982e2af187188fb57e.tar.gz
dsub-7f8f9f1d3bf05935d0af50982e2af187188fb57e.tar.bz2
dsub-7f8f9f1d3bf05935d0af50982e2af187188fb57e.zip
Update target version to 22, update notification for white theme
Diffstat (limited to 'app/src/main/res/values-v22/styles.xml')
-rw-r--r--app/src/main/res/values-v22/styles.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/src/main/res/values-v22/styles.xml b/app/src/main/res/values-v22/styles.xml
new file mode 100644
index 00000000..f85d2f23
--- /dev/null
+++ b/app/src/main/res/values-v22/styles.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <style name="NotificationText.Title" parent="@android:style/TextAppearance.Material.Notification.Title"></style>
+ <style name="NotificationText.Content" parent="@android:style/TextAppearance.Material.Notification"></style>
+
+ <style name="NotificationButton.Expanded" parent="@style/NotificationButton.ExpandedBase">
+ <item name="android:padding">2dip</item>
+ </style>
+
+ <style name="NotificationLayoutDivider">
+ <item name="android:divider">@drawable/notification_divider</item>
+ </style>
+ <style name="NotificationDivider">
+ <item name="android:background">@drawable/notification_divider</item>
+ </style>
+</resources> \ No newline at end of file