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

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

Issue 1159113006: [Android] A prototype of the interactive media notification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Mounir's comments Created 5 years, 6 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 3abb348463b151d132fa6062e9e7159b729cd268..1cedecff27c44e2a6658bd32ee4829b20076779b 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -275,7 +275,13 @@
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowNoTitle">true</item>
</style>
- <!-- Cast -->
+ <!-- Cast and media playback notifications -->
+ <style
+ name="MediaNotificationTitle"
+ parent="@android:style/TextAppearance.StatusBar.EventContent.Title"/>
+ <style
+ name="MediaNotificationText"
+ parent="@android:style/TextAppearance.StatusBar.EventContent"/>
<style
name="RemoteNotificationTitle"
parent="@android:style/TextAppearance.StatusBar.EventContent.Title"/>

Powered by Google App Engine
This is Rietveld 408576698