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> |