Index: chrome/android/java/res/layout/data_reduction_stats_layout.xml |
diff --git a/chrome/android/java/res/layout/data_reduction_stats_layout.xml b/chrome/android/java/res/layout/data_reduction_stats_layout.xml |
index 84847349124961b7d3c34c470a64e1dcc0959a87..276575a2614a3381b9dd6ec19909c26b12e99ed1 100644 |
--- a/chrome/android/java/res/layout/data_reduction_stats_layout.xml |
+++ b/chrome/android/java/res/layout/data_reduction_stats_layout.xml |
@@ -84,15 +84,14 @@ |
<include layout="@layout/data_usage_chart" /> |
- <LinearLayout |
+ <FrameLayout |
android:layout_width="match_parent" |
android:layout_height="wrap_content" > |
<TextView |
android:id="@+id/data_reduction_start_date" |
- android:layout_width="0dp" |
+ android:layout_width="wrap_content" |
android:layout_height="wrap_content" |
- android:layout_weight="1" |
android:textAppearance="@style/PreferenceSummary" |
android:textSize="14sp" /> |
@@ -103,7 +102,7 @@ |
android:textAppearance="@style/PreferenceSummary" |
android:textSize="14sp" /> |
- </LinearLayout> |
+ </FrameLayout> |
<TextView |
android:id="@+id/data_reduction_proxy_unreachable" |