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

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

Issue 2902793002: Add better handling for very, very small promo dialogs. (Closed)
Patch Set: Address comments 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/widget/PromoDialogLayout.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 c8b72ead137834360c72f04675232a8cfe45ece8..07639b75e0996f012e8f913a6720a1a46fcb24f4 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -143,6 +143,7 @@
<dimen name="promo_dialog_padding">16dp</dimen>
<dimen name="promo_dialog_max_width">600dp</dimen>
<dimen name="promo_dialog_max_content_width">320dp</dimen>
+ <dimen name="promo_dialog_min_scrollable_height">100dp</dimen>
<dimen name="promo_dialog_title_text_size">23sp</dimen>
<dimen name="promo_dialog_normal_text_size">14sp</dimen>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/widget/PromoDialogLayout.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698