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

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

Issue 2809123003: Fix graph labels on Data Saver settings page for RTL (Closed)
Patch Set: twellington comment 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/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"

Powered by Google App Engine
This is Rietveld 408576698