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

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

Issue 2850063002: ❄ Split off RadioButtonLayout from InfoBarControls (Closed)
Patch Set: Fix again Created 3 years, 8 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
Index: chrome/android/java/res/layout/promo_dialog_layout.xml
diff --git a/chrome/android/java/res/layout/promo_dialog_layout.xml b/chrome/android/java/res/layout/promo_dialog_layout.xml
index 6081a8232c709b172cc37836d1a32c352c509e54..00793b651e934d9df775232323bf07c7a6f8dfd8 100644
--- a/chrome/android/java/res/layout/promo_dialog_layout.xml
+++ b/chrome/android/java/res/layout/promo_dialog_layout.xml
@@ -23,7 +23,7 @@
<org.chromium.chrome.browser.widget.FadingEdgeScrollView
android:id="@+id/promo_container"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
android:fadeScrollbars="false" >
@@ -81,12 +81,12 @@
android:layout="@layout/infobar_control_description"
android:inflatedId="@+id/footer"
android:layout_margin="@dimen/promo_dialog_padding"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="wrap_content" />
<org.chromium.chrome.browser.widget.DualControlLayout
android:id="@+id/button_bar"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="end"
android:padding="@dimen/promo_dialog_padding"

Powered by Google App Engine
This is Rietveld 408576698