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

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: Added browser tests 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 383eff456e3bec34d4387af016f95376d55bf0a5..d49f469e209fc6021a2c8e18dfded597b55a5fed 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -241,7 +241,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"/>
@@ -259,5 +265,5 @@
<item name="android:paddingEnd">0dp</item>
<item name="externalRouteEnabledDrawable">@drawable/ic_cast_dark_chrome</item>
</style>
-
+
</resources>

Powered by Google App Engine
This is Rietveld 408576698