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

Side by Side Diff: chrome/android/java/res/values-v21/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: Moved OnMediaSessionStateChanged to WebContentsImpl Created 5 years, 5 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. --> 4 found in the LICENSE file. -->
5 5
6 <resources> 6 <resources>
7 <!-- Preferences --> 7 <!-- Preferences -->
8 <style name="PreferencesTheme" parent="ThemeWithActionBar"> 8 <style name="PreferencesTheme" parent="ThemeWithActionBar">
9 <item name="android:textColorLink">@color/pref_accent_color</item> 9 <item name="android:textColorLink">@color/pref_accent_color</item>
10 <item name="android:alertDialogTheme">@style/PreferencesDialogTheme</ite m> 10 <item name="android:alertDialogTheme">@style/PreferencesDialogTheme</ite m>
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 <style name="PreferenceLayout" parent="PreferenceLayoutBase" /> 46 <style name="PreferenceLayout" parent="PreferenceLayoutBase" />
47 47
48 <!-- Buttons --> 48 <!-- Buttons -->
49 <style name="ButtonCompat" parent="ButtonCompatBase"> 49 <style name="ButtonCompat" parent="ButtonCompatBase">
50 <item name="android:background">@drawable/button_compat</item> 50 <item name="android:background">@drawable/button_compat</item>
51 <item name="android:fontFamily">sans-serif-medium</item> 51 <item name="android:fontFamily">sans-serif-medium</item>
52 </style> 52 </style>
53 <style name="ButtonCompatBorderless" parent="ButtonCompat"> 53 <style name="ButtonCompatBorderless" parent="ButtonCompat">
54 <item name="android:background">@drawable/button_borderless_compat</item > 54 <item name="android:background">@drawable/button_borderless_compat</item >
55 </style> 55 </style>
56 <!-- Cast notification --> 56 <!-- Cast and media playback notifications -->
57 <style name="MediaNotificationTitle"
58 parent="@android:style/TextAppearance.Material.Notification.Title">
59 </style>
60 <style name="MediaNotificationText"
61 parent="@android:style/TextAppearance.Material.Notification.Line2"/>
57 <style name="RemoteNotificationTitle" 62 <style name="RemoteNotificationTitle"
58 parent="@android:style/TextAppearance.Material.Notification.Title"> 63 parent="@android:style/TextAppearance.Material.Notification.Title">
59 <item name="android:layout_marginBottom">4dp</item> 64 <item name="android:layout_marginBottom">4dp</item>
60 </style> 65 </style>
61 <style name="RemoteNotificationText" 66 <style name="RemoteNotificationText"
62 parent="@android:style/TextAppearance.Material.Notification.Line2"/> 67 parent="@android:style/TextAppearance.Material.Notification.Line2"/>
63 <style name="RemoteNotificationProgressBar" parent="@android:style/Widget.Pr ogressBar.Horizontal"> 68 <style name="RemoteNotificationProgressBar" parent="@android:style/Widget.Pr ogressBar.Horizontal">
64 <item name="android:minHeight">5dp</item> 69 <item name="android:minHeight">5dp</item>
65 </style> 70 </style>
66 71
67 <style name="IncognitoTheme" parent="MainTheme"> 72 <style name="IncognitoTheme" parent="MainTheme">
68 <item name="android:colorPrimary">@color/incognito_primary_color</item> 73 <item name="android:colorPrimary">@color/incognito_primary_color</item>
69 </style> 74 </style>
70 75
71 </resources> 76 </resources>
OLDNEW
« no previous file with comments | « chrome/android/java/res/values-v17/styles.xml ('k') | chrome/android/java/res/values/values.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698