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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/res/values-v17/styles.xml
diff --git a/chrome/android/java/res/values-v17/styles.xml b/chrome/android/java/res/values-v17/styles.xml
index 95a02e4a25ed1314e8f35d35196ea2dfb464ecc5..3fda1c0530702186cb10b228f14850cb599dba38 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -85,6 +85,7 @@
<item name="colorAccent">@color/pref_accent_color</item>
</style>
+ <!-- Alert dialogs -->
<style name="AlertDialogContent">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
@@ -100,6 +101,13 @@
<item name="android:singleLine">true</item>
<item name="android:paddingTop">10dp</item>
</style>
+ <style name="AlertDialogSummaryViewItem" parent="@android:style/TextAppearance.Small">
+ <item name="android:layout_width">match_parent</item>
+ <item name="android:layout_height">wrap_content</item>
+ <item name="android:textAlignment">viewStart</item>
+ <item name="android:paddingTop">10dp</item>
+ </style>
+
<style name="BoldTextFieldLabel" parent="@android:style/TextAppearance.Medium">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
« 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