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

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

Issue 2496683003: Http Bad: Add a PopupItemId to identify http warning message (Closed)
Patch Set: back iswarning Created 4 years, 1 month 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 ee949e47a0f9872392a074294bd0cda67eb674cf..66efe9ef0d612b207ce0eac20553de801b0ccdc0 100644
--- a/components/autofill/android/java/res/values/dimens.xml
+++ b/components/autofill/android/java/res/values/dimens.xml
@@ -15,4 +15,6 @@
<dimen name="keyboard_accessory_height">48dp</dimen>
<dimen name="keyboard_accessory_padding">8dp</dimen>
<dimen name="keyboard_accessory_text_size">14sp</dimen>
+
+ <dimen name="dropdown_item_smaller_label_font_size">14sp</dimen>
Mathieu 2016/11/16 05:09:46 Let's put a <!-- comment --> to give an example fo
lshang 2016/11/16 09:34:23 Done.
</resources>

Powered by Google App Engine
This is Rietveld 408576698