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

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

Issue 2856253002: [Android Omnibox] Remove doubling of height for answers (Closed)
Patch Set: Increase padding with new constant Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBarLayout.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/values/dimens.xml
diff --git a/chrome/android/java/res/values/dimens.xml b/chrome/android/java/res/values/dimens.xml
index 953b54f893884cc0c88e35dff93b04820b0c0913..c747117d1259152c23647ea2d2a410612a7764eb 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -271,6 +271,7 @@
<!-- Omnibox suggestions -->
<dimen name="omnibox_suggestion_height">60dp</dimen>
<dimen name="omnibox_suggestion_answer_height">72dp</dimen>
+ <dimen name="omnibox_suggestion_definition_height">95dp</dimen>
<dimen name="omnibox_suggestion_list_padding_top">0dp</dimen>
<dimen name="omnibox_suggestion_list_padding_bottom">0dp</dimen>
<dimen name="omnibox_suggestion_first_line_text_size">16sp</dimen>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBarLayout.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698