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

Unified Diff: chrome/android/java/res/values-v17/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-v17/styles.xml
diff --git a/chrome/android/java/res/values-v17/styles.xml b/chrome/android/java/res/values-v17/styles.xml
index 353e95f25afbe570712535694be7c11843dfd857..5dd6890d6efad299760faa0fc9df07ad503172e4 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -320,6 +320,10 @@
<!-- textColor from the 4.4.4 notification_action.xml - no public aliases. -->
<item name="android:textColor">#ccc</item>
</style>
+ <style name="WebNotificationSettingsButton"
+ parent="@style/WebNotificationButton">
+ <item name="android:textAppearance">@style/TextAppearance.StatusBar.EventContent.Line2</item>
+ </style>
<style name="WebNotificationLargeIcon">
<item name="android:background">@drawable/notification_template_icon_bg</item>
</style>
« no previous file with comments | « chrome/android/java/res/layout/web_notification_big.xml ('k') | chrome/android/java/res/values-v21/styles.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698