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

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

Issue 2496683003: Http Bad: Add a PopupItemId to identify http warning message (Closed)
Patch Set: address review comments 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: 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 ae3969e6458a15383bbd9b84a48b332c8fb0039d..10874516e8a8d19eabc837537a5886a265f2e985 100644
--- a/ui/android/java/res/values/dimens.xml
+++ b/ui/android/java/res/values/dimens.xml
@@ -7,6 +7,8 @@
<resources>
<dimen name="dropdown_item_height">50dp</dimen>
<dimen name="dropdown_item_divider_height">1px</dimen>
+ <dimen name="dropdown_item_label_size">18sp</dimen>
Mathieu 2016/11/14 14:40:15 dropdown_item_label_font_size? same below
lshang 2016/11/15 04:36:41 Done.
+ <dimen name="dropdown_item_smaller_label_size">14sp</dimen>
<!--
Fallback values if the corresponding com.android.internal.R dimensions

Powered by Google App Engine
This is Rietveld 408576698