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

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

Issue 1097263003: Revert of Remove special theming for CardUnmaskPrompt since it's now automatic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | chrome/android/java/res/values/colors.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <!-- A theme for alert dialogs. The colors are copied from MainTheme, and th e window
8 dimensions are copied from *.MinWidth theme variants. Sadly there is no
9 AppCompat.Light.Dialog.Alert or even AppCompat.Light.Dialog.MinWidth. - ->
10 <style name="AlertDialogTheme" parent="Theme.AppCompat.Light.Dialog">
11 <item name="android:textColorHighlight">@color/text_highlight_color</ite m>
12 <item name="android:windowMinWidthMajor">@android:dimen/dialog_min_width _major</item>
13 <item name="android:windowMinWidthMinor">@android:dimen/dialog_min_width _minor</item>
14
15 <!-- Overriding AppCompat values -->
16 <item name="colorAccent">@color/light_active_color</item>
17 <item name="colorControlActivated">@color/light_active_color</item>
18 <item name="colorControlNormal">@color/light_normal_color</item>
19 <item name="colorPrimary">@color/light_active_color</item>
20
21 <!-- Default TintedImageButton tint -->
22 <item name="tint">@color/dark_mode_tint</item>
23 </style>
24
7 <!-- Preferences --> 25 <!-- Preferences -->
8 <style name="PreferencesTheme" parent="ThemeWithActionBar"> 26 <style name="PreferencesTheme" parent="ThemeWithActionBar">
9 <item name="android:textColorLink">@color/pref_accent_color</item> 27 <item name="android:textColorLink">@color/pref_accent_color</item>
10 <item name="android:textAppearanceMedium">@style/PreferenceTextAppearanc eMedium</item> 28 <item name="android:textAppearanceMedium">@style/PreferenceTextAppearanc eMedium</item>
11 <item name="android:preferenceCategoryStyle">@style/PreferenceCategory</ item> 29 <item name="android:preferenceCategoryStyle">@style/PreferenceCategory</ item>
12 <item name="android:spinnerItemStyle">@style/PreferenceSpinnerItem</item > 30 <item name="android:spinnerItemStyle">@style/PreferenceSpinnerItem</item >
13 <item name="floatLabelTextAppearance">@style/PreferenceFloatLabelTextApp earance</item> 31 <item name="floatLabelTextAppearance">@style/PreferenceFloatLabelTextApp earance</item>
14 <item name="floatLabelPaddingLeft">@dimen/pref_autofill_field_horizontal _padding</item> 32 <item name="floatLabelPaddingLeft">@dimen/pref_autofill_field_horizontal _padding</item>
15 <item name="floatLabelPaddingRight">@dimen/pref_autofill_field_horizonta l_padding</item> 33 <item name="floatLabelPaddingRight">@dimen/pref_autofill_field_horizonta l_padding</item>
16 <item name="floatLabelPaddingTop">@dimen/pref_autofill_field_top_padding </item> 34 <item name="floatLabelPaddingTop">@dimen/pref_autofill_field_top_padding </item>
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 <style name="CastMediaRouteButton" parent="@style/Widget.MediaRouter.MediaRo uteButton"> 255 <style name="CastMediaRouteButton" parent="@style/Widget.MediaRouter.MediaRo uteButton">
238 <item name="android:background">@null</item> 256 <item name="android:background">@null</item>
239 <item name="android:paddingTop">0dp</item> 257 <item name="android:paddingTop">0dp</item>
240 <item name="android:paddingBottom">0dp</item> 258 <item name="android:paddingBottom">0dp</item>
241 <item name="android:paddingStart">0dp</item> 259 <item name="android:paddingStart">0dp</item>
242 <item name="android:paddingEnd">0dp</item> 260 <item name="android:paddingEnd">0dp</item>
243 <item name="externalRouteEnabledDrawable">@drawable/ic_cast_dark_chrome< /item> 261 <item name="externalRouteEnabledDrawable">@drawable/ic_cast_dark_chrome< /item>
244 </style> 262 </style>
245 263
246 </resources> 264 </resources>
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/res/values/colors.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698