| 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 70fd01bd863bcb8f6d79aefa6cefab312fb8f125..2ad1d481f1a9a0d26db892b4dbdf2c5afa9ed7a2 100644
|
| --- a/chrome/android/java/res/values-v21/styles.xml
|
| +++ b/chrome/android/java/res/values-v21/styles.xml
|
| @@ -53,7 +53,12 @@
|
| <style name="ButtonCompatBorderless" parent="ButtonCompat">
|
| <item name="android:background">@drawable/button_borderless_compat</item>
|
| </style>
|
| - <!-- Cast notification -->
|
| + <!-- Cast and media playback notifications -->
|
| + <style name="MediaNotificationTitle"
|
| + parent="@android:style/TextAppearance.Material.Notification.Title">
|
| + </style>
|
| + <style name="MediaNotificationText"
|
| + parent="@android:style/TextAppearance.Material.Notification.Line2"/>
|
| <style name="RemoteNotificationTitle"
|
| parent="@android:style/TextAppearance.Material.Notification.Title">
|
| <item name="android:layout_marginBottom">4dp</item>
|
| @@ -63,5 +68,5 @@
|
| <style name="RemoteNotificationProgressBar" parent="@android:style/Widget.ProgressBar.Horizontal">
|
| <item name="android:minHeight">5dp</item>
|
| </style>
|
| -
|
| +
|
| </resources>
|
|
|