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

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

Issue 1418813010: Notifications custom layouts: make the buttons look good in Material. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 9ad08b6c6dbc2c4e777aa8209cc51df9c992fef6..dafaad904d1ccbdbcc917e7e23759b5d2574e8da 100644
--- a/chrome/android/java/res/values-v21/styles.xml
+++ b/chrome/android/java/res/values-v21/styles.xml
@@ -78,8 +78,8 @@
</style>
<style name="WebNotificationButton"
parent="@android:style/Widget.DeviceDefault.Light.Button.Borderless.Small">
- <!-- From the non-public Color secondary_text_default_material_light -->
- <item name="android:textColor">#8a000000</item>
+ <item name="android:textColor">@color/secondary_text_default_material_light</item>
+ <item name="android:background">@drawable/web_notification_button_background</item>
</style>
<style name="IncognitoTheme" parent="MainTheme">

Powered by Google App Engine
This is Rietveld 408576698