Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1170)

Unified Diff: chrome/android/java/res/values-v21/styles.xml

Issue 1569783005: Notification custom layouts: move settings button to the footer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/res/values-v21/styles.xml
diff --git a/chrome/android/java/res/values-v21/styles.xml b/chrome/android/java/res/values-v21/styles.xml
index 37393d836705112965dcdbb71698789b57c04860..cad72650b2b7a65d975f016f3d8cc0c835d95208 100644
--- a/chrome/android/java/res/values-v21/styles.xml
+++ b/chrome/android/java/res/values-v21/styles.xml
@@ -93,6 +93,10 @@
<item name="android:background">@drawable/web_notification_button_background</item>
<item name="android:textColor">@color/secondary_text_default_material_light</item>
</style>
+ <style name="WebNotificationSettingsButton"
+ parent="@style/WebNotificationButton">
+ <item name="android:textAppearance">@android:style/TextAppearance.Material.Notification.Info</item>
+ </style>
<style name="WebNotificationLargeIcon">
<item name="android:padding">12dp</item>
<item name="android:background">@null</item>

Powered by Google App Engine
This is Rietveld 408576698