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

Unified Diff: chrome/android/java/res/layout/opt_out_promo.xml

Issue 1257243002: Fix document mode promo ImageView height. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/opt_out_promo.xml
diff --git a/chrome/android/java/res/layout/opt_out_promo.xml b/chrome/android/java/res/layout/opt_out_promo.xml
index 8451e500dc0aa1258a2388e0bc9bf03dc6230193..618865a50352109a6aa2cbe84d11ce59b4ccf5fc 100644
--- a/chrome/android/java/res/layout/opt_out_promo.xml
+++ b/chrome/android/java/res/layout/opt_out_promo.xml
@@ -15,6 +15,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
+ android:adjustViewBounds="true"
android:background="#4FC3F7"
android:contentDescription="@null" />
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698