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

Side by Side Diff: chrome/android/java/res/values-v17/styles.xml

Issue 928643003: Upstream Chrome for Android Cast. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix dependencies (second attempt). Created 5 years, 8 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:textAppearanceMedium">@style/PreferenceTextAppearanc eMedium</item> 10 <item name="android:textAppearanceMedium">@style/PreferenceTextAppearanc eMedium</item>
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 <item name="android:windowAnimationStyle">@null</item> 217 <item name="android:windowAnimationStyle">@null</item>
218 <item name="android:windowBackground">@android:color/transparent</item> 218 <item name="android:windowBackground">@android:color/transparent</item>
219 <item name="android:windowCloseOnTouchOutside">false</item> 219 <item name="android:windowCloseOnTouchOutside">false</item>
220 <item name="android:windowContentOverlay">@null</item> 220 <item name="android:windowContentOverlay">@null</item>
221 <item name="android:windowFrame">@null</item> 221 <item name="android:windowFrame">@null</item>
222 <item name="android:windowFullscreen">false</item> 222 <item name="android:windowFullscreen">false</item>
223 <item name="android:windowIsFloating">true</item> 223 <item name="android:windowIsFloating">true</item>
224 <item name="android:windowIsTranslucent">true</item> 224 <item name="android:windowIsTranslucent">true</item>
225 <item name="android:windowNoTitle">true</item> 225 <item name="android:windowNoTitle">true</item>
226 </style> 226 </style>
227 227 <!-- Cast -->
228 <style
229 name="RemoteNotificationTitle"
230 parent="@android:style/TextAppearance.StatusBar.EventContent.Title"/>
231 <style
232 name="RemoteNotificationText"
233 parent="@android:style/TextAppearance.StatusBar.EventContent"/>
234 <style
235 name="RemoteNotificationProgressBar"
236 parent="@android:style/Widget.Holo.ProgressBar.Horizontal"/>
237 <style name="CastMediaRouteButton" parent="@style/Widget.MediaRouter.MediaRo uteButton">
238 <item name="android:background">@null</item>
239 <item name="android:paddingTop">0dp</item>
240 <item name="android:paddingBottom">0dp</item>
241 <item name="android:paddingStart">0dp</item>
242 <item name="android:paddingEnd">0dp</item>
243 <item name="externalRouteEnabledDrawable">@drawable/ic_cast_dark_chrome< /item>
244 </style>
245
228 </resources> 246 </resources>
OLDNEW
« no previous file with comments | « chrome/android/java/res/layout/remote_notification_bar.xml ('k') | chrome/android/java/res/values-v21/styles.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698