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

Unified Diff: components/autofill/android/java/res/values/dimens.xml

Issue 2627153007: Fix styling of Form-Not-Secure warnings on Android (Closed)
Patch Set: actually set the icon size Created 3 years, 11 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: components/autofill/android/java/res/values/dimens.xml
diff --git a/components/autofill/android/java/res/values/dimens.xml b/components/autofill/android/java/res/values/dimens.xml
index 9e38726c5975956370fe862f9caca49e82ac10b3..82d8c5e07c2b4acbe146c099e925a968864dc7c2 100644
--- a/components/autofill/android/java/res/values/dimens.xml
+++ b/components/autofill/android/java/res/values/dimens.xml
@@ -16,9 +16,12 @@
<dimen name="keyboard_accessory_padding">8dp</dimen>
<dimen name="keyboard_accessory_text_size">14sp</dimen>
- <!--
- Smaller label font size for http not secure warning messages of credit
- card and password forms, when users are on http sites.
+ <!--
+ Larger label and icon sizes for Form-Not-Secure experiment
+ (warning messages on credit card and password forms when users
+ are on HTTP sites).
-->
- <dimen name="dropdown_item_smaller_label_font_size">14sp</dimen>
+ <dimen name="dropdown_item_larger_sublabel_font_size">18sp</dimen>
+ <dimen name="dropdown_large_icon_size">24dp</dimen>
+ <dimen name="dropdown_large_icon_margin">10dp</dimen>
</resources>

Powered by Google App Engine
This is Rietveld 408576698