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

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

Issue 935903002: Upstream privacy settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: init CommandLine to fix tests Created 5 years, 10 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 <style name="ThemeWithActionBar" parent="Theme.AppCompat.Light.DarkActionBar "> 78 <style name="ThemeWithActionBar" parent="Theme.AppCompat.Light.DarkActionBar ">
79 <item name="android:windowBackground">@drawable/action_bar_activity_bg</ item> 79 <item name="android:windowBackground">@drawable/action_bar_activity_bg</ item>
80 <!-- Action bar color --> 80 <!-- Action bar color -->
81 <item name="colorPrimary">#263238</item> 81 <item name="colorPrimary">#263238</item>
82 <!-- Status bar color --> 82 <!-- Status bar color -->
83 <item name="colorPrimaryDark">#161e21</item> 83 <item name="colorPrimaryDark">#161e21</item>
84 <!-- Color of checkboxes, switches, buttons, etc. --> 84 <!-- Color of checkboxes, switches, buttons, etc. -->
85 <item name="colorAccent">@color/pref_accent_color</item> 85 <item name="colorAccent">@color/pref_accent_color</item>
86 </style> 86 </style>
87 87
88 <!-- Alert dialogs -->
88 <style name="AlertDialogContent"> 89 <style name="AlertDialogContent">
89 <item name="android:layout_width">match_parent</item> 90 <item name="android:layout_width">match_parent</item>
90 <item name="android:layout_height">wrap_content</item> 91 <item name="android:layout_height">wrap_content</item>
91 <item name="android:paddingStart">15dp</item> 92 <item name="android:paddingStart">15dp</item>
92 <item name="android:paddingEnd">15dp</item> 93 <item name="android:paddingEnd">15dp</item>
93 <item name="android:paddingTop">10dp</item> 94 <item name="android:paddingTop">10dp</item>
94 <item name="android:paddingBottom">10dp</item> 95 <item name="android:paddingBottom">10dp</item>
95 </style> 96 </style>
96 <style name="AlertDialogEditTextItem"> 97 <style name="AlertDialogEditTextItem">
97 <item name="android:layout_width">match_parent</item> 98 <item name="android:layout_width">match_parent</item>
98 <item name="android:layout_height">wrap_content</item> 99 <item name="android:layout_height">wrap_content</item>
99 <item name="android:textSize">18sp</item> 100 <item name="android:textSize">18sp</item>
100 <item name="android:singleLine">true</item> 101 <item name="android:singleLine">true</item>
101 <item name="android:paddingTop">10dp</item> 102 <item name="android:paddingTop">10dp</item>
102 </style> 103 </style>
104 <style name="AlertDialogSummaryViewItem" parent="@android:style/TextAppearan ce.Small">
105 <item name="android:layout_width">match_parent</item>
106 <item name="android:layout_height">wrap_content</item>
107 <item name="android:textAlignment">viewStart</item>
108 <item name="android:paddingTop">10dp</item>
109 </style>
110
103 <style name="BoldTextFieldLabel" parent="@android:style/TextAppearance.Mediu m"> 111 <style name="BoldTextFieldLabel" parent="@android:style/TextAppearance.Mediu m">
104 <item name="android:layout_width">match_parent</item> 112 <item name="android:layout_width">match_parent</item>
105 <item name="android:layout_height">wrap_content</item> 113 <item name="android:layout_height">wrap_content</item>
106 <item name="android:textSize">14sp</item> 114 <item name="android:textSize">14sp</item>
107 <item name="android:textAlignment">viewStart</item> 115 <item name="android:textAlignment">viewStart</item>
108 <item name="android:textStyle">bold</item> 116 <item name="android:textStyle">bold</item>
109 <item name="android:paddingTop">10dp</item> 117 <item name="android:paddingTop">10dp</item>
110 <!-- These aren't really clickable, this is just a hack to make labels 118 <!-- These aren't really clickable, this is just a hack to make labels
111 accessibility focusable. --> 119 accessibility focusable. -->
112 <item name="android:clickable">true</item> 120 <item name="android:clickable">true</item>
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 <item name="android:windowCloseOnTouchOutside">false</item> 215 <item name="android:windowCloseOnTouchOutside">false</item>
208 <item name="android:windowContentOverlay">@null</item> 216 <item name="android:windowContentOverlay">@null</item>
209 <item name="android:windowFrame">@null</item> 217 <item name="android:windowFrame">@null</item>
210 <item name="android:windowFullscreen">false</item> 218 <item name="android:windowFullscreen">false</item>
211 <item name="android:windowIsFloating">true</item> 219 <item name="android:windowIsFloating">true</item>
212 <item name="android:windowIsTranslucent">true</item> 220 <item name="android:windowIsTranslucent">true</item>
213 <item name="android:windowNoTitle">true</item> 221 <item name="android:windowNoTitle">true</item>
214 </style> 222 </style>
215 223
216 </resources> 224 </resources>
OLDNEW
« no previous file with comments | « chrome/android/java/res/layout/single_line_bottom_text_dialog.xml ('k') | chrome/android/java/res/values/arrays.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698