Chromium Code Reviews| 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 fd41a09b8ccf3c5488f7afe7ee0265b7df028f10..fa9056525d8113d7af44144d2e268b3321a748d5 100644 |
| --- a/chrome/android/java/res/values-v21/styles.xml |
| +++ b/chrome/android/java/res/values-v21/styles.xml |
| @@ -61,6 +61,16 @@ |
| <item name="android:minHeight">5dp</item> |
| </style> |
| + <!-- Web Notifications --> |
| + <style name="WebNotificationTitle" |
| + parent="@android:style/TextAppearance.Material.Notification.Title"/> |
|
Peter Beverloo
2015/10/12 14:08:30
Is this different per theme? Does that mean that i
Michael van Ouwerkerk
2015/10/12 17:10:59
The v21 suffix in the directory is for the API ver
|
| + <style name="WebNotificationBody" |
| + parent="@android:style/TextAppearance.Material.Notification.Line2"/> |
| + <style name="WebNotificationOrigin" |
| + parent="@android:style/TextAppearance.Material.Notification.Info"/> |
| + <style name="WebNotificationTime" |
| + parent="@android:style/TextAppearance.Material.Notification.Time"/> |
| + |
| <style name="IncognitoTheme" parent="MainTheme"> |
| <item name="android:colorPrimary">@color/incognito_primary_color</item> |
| </style> |