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

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

Issue 1394423004: Initial skeleton of custom layouts for Web Notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix v17 styles and add entries to LoginCustomFlags. 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 fd41a09b8ccf3c5488f7afe7ee0265b7df028f10..fa9056525d8113d7af44144d2e268b3321a748d5 100644
--- a/chrome/android/java/res/values-v21/styles.xml
+++ b/chrome/android/java/res/values-v21/styles.xml
@@ -61,6 +61,16 @@
<item name="android:minHeight">5dp</item>
</style>
+ <!-- Web Notifications -->
+ <style name="WebNotificationTitle"
+ parent="@android:style/TextAppearance.Material.Notification.Title"/>
Peter Beverloo 2015/10/12 14:08:30 Is this different per theme? Does that mean that i
Michael van Ouwerkerk 2015/10/12 17:10:59 The v21 suffix in the directory is for the API ver
+ <style name="WebNotificationBody"
+ parent="@android:style/TextAppearance.Material.Notification.Line2"/>
+ <style name="WebNotificationOrigin"
+ parent="@android:style/TextAppearance.Material.Notification.Info"/>
+ <style name="WebNotificationTime"
+ parent="@android:style/TextAppearance.Material.Notification.Time"/>
+
<style name="IncognitoTheme" parent="MainTheme">
<item name="android:colorPrimary">@color/incognito_primary_color</item>
</style>

Powered by Google App Engine
This is Rietveld 408576698