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

Unified Diff: ui/android/java/res/values/dimens.xml

Issue 23314003: Add support for datalist to text input element on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
« no previous file with comments | « ui/android/java/res/values/colors.xml ('k') | ui/android/java/resource_map/org/chromium/ui/R.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/java/res/values/dimens.xml
diff --git a/ui/android/java/res/values/dimens.xml b/ui/android/java/res/values/dimens.xml
index 1bacecb872fdb67a807f8262cbdc55bec718b0a6..01bc55536893b0f9b6b4b72ccd36a7952c2b1f29 100644
--- a/ui/android/java/res/values/dimens.xml
+++ b/ui/android/java/res/values/dimens.xml
@@ -11,6 +11,8 @@
of the seek bar icon.
-->
<dimen name="color_picker_gradient_margin">14.5dp</dimen>
+ <dimen name="autofill_text_height">44dp</dimen>
+ <dimen name="autofill_text_divider_height">1px</dimen>
<!-- Infobar dimensions -->
<!-- Text size of the InfoBar message. -->
« no previous file with comments | « ui/android/java/res/values/colors.xml ('k') | ui/android/java/resource_map/org/chromium/ui/R.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698