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

Unified Diff: chrome/android/java/res/values-v17/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-v17/styles.xml
diff --git a/chrome/android/java/res/values-v17/styles.xml b/chrome/android/java/res/values-v17/styles.xml
index 03afa1a03dd9fe2d1860307d7c030bab8fd33e33..e6f87e9b294b39e3e048d8a5d23d094cd1fc7e8c 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -278,6 +278,16 @@
<item name="externalRouteEnabledDrawable">@drawable/ic_cast_dark_chrome</item>
</style>
+ <!-- Web Notifications -->
+ <style name="WebNotificationTitle"
+ parent="@style/TextAppearance.StatusBar.EventContent.Title"/>
+ <style name="WebNotificationBody"
+ parent="@style/TextAppearance.StatusBar.EventContent.Line2"/>
+ <style name="WebNotificationOrigin"
+ parent="@style/TextAppearance.StatusBar.EventContent.Info"/>
+ <style name="WebNotificationTime"
+ parent="@style/TextAppearance.StatusBar.EventContent.Time"/>
+
<!-- First Run and Bookmark/recent-tabs dialogs -->
<style name="DialogWhenLarge" parent="Theme.AppCompat.Light.DialogWhenLarge" >
<item name="android:windowBackground">@drawable/bg_white_dialog</item>

Powered by Google App Engine
This is Rietveld 408576698