| 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..75f28bf5cefa838e26033be4abda53bb56f68113 100644
|
| --- a/chrome/android/java/res/values-v21/styles.xml
|
| +++ b/chrome/android/java/res/values-v21/styles.xml
|
| @@ -58,5 +58,15 @@
|
| <style name="ButtonCompatBorderless" parent="ButtonCompat">
|
| <item name="android:background">@drawable/button_borderless_compat</item>
|
| </style>
|
| -
|
| + <!-- Cast notification -->
|
| + <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">
|
| + <item name="android:minHeight">5dp</item>
|
| + </style>
|
| +
|
| </resources>
|
|
|