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

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: Rebase. 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"/>
+ <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>
« no previous file with comments | « chrome/android/java/res/values-v17/styles.xml ('k') | chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698