aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-v21/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values-v21/styles.xml')
-rw-r--r--app/src/main/res/values-v21/styles.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values-v21/styles.xml b/app/src/main/res/values-v21/styles.xml
index f85d2f23..10f6ffc0 100644
--- a/app/src/main/res/values-v21/styles.xml
+++ b/app/src/main/res/values-v21/styles.xml
@@ -3,8 +3,12 @@
<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" parent="NotificationButtonBase">
+ <item name="android:background">?android:selectableItemBackgroundBorderless</item>
+ </style>
<style name="NotificationButton.Expanded" parent="@style/NotificationButton.ExpandedBase">
<item name="android:padding">2dip</item>
+ <item name="android:background">?android:selectableItemBackgroundBorderless</item>
</style>
<style name="NotificationLayoutDivider">