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

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

Issue 928643003: Upstream Chrome for Android Cast. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing resource, allowing casting from Chrome Shell Created 5 years, 9 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 b156f18596fa13b71cea6aef31e7bfa54d4d1d90..6eedb006c9547c4af528cb627d6952c6b7999c30 100644
--- a/chrome/android/java/res/values-v21/styles.xml
+++ b/chrome/android/java/res/values-v21/styles.xml
@@ -58,5 +58,16 @@
<style name="ButtonCompatBorderless" parent="ButtonCompat">
<item name="android:background">@drawable/button_borderless_compat</item>
</style>
-
+ <!-- Cast notification -->
+ <!-- Note: the values below are copied from PlayMovies/YouTube's style. -->
+ <style name="RemoteNotificationTitle"
+ parent="@android:style/TextAppearance.Material.Notification.Title">
+ <item name="android:layout_marginBottom">4dp</item>
+ </style>
+ <style name="RemoteNotificationText"
+ parent="@android:style/TextAppearance.Material.Notification.Line2"/>
+ <style name="RemoteNotificationProgressBar" parent="@android:style/Widget.ProgressBar.Horizontal">
Bernhard Bauer 2015/03/13 12:18:01 Break before parent to fit into 80 columns.
aberent 2015/03/13 19:04:34 The rest of the file is wider than 80 columns, wit
+ <item name="android:minHeight">5dp</item>
+ </style>
+
</resources>

Powered by Google App Engine
This is Rietveld 408576698