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

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

Issue 2813923003: Add sorting to the Data Saver site breakdown (Closed)
Patch Set: remove dependency 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..2b9eedd6694e87e3554c49d695061f5cb35e621a 100644
--- a/chrome/android/java/res/layout/data_reduction_stats_layout.xml
+++ b/chrome/android/java/res/layout/data_reduction_stats_layout.xml
@@ -15,6 +15,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:layout_marginTop="8dp"
android:baselineAligned="false"
android:orientation="horizontal" >
@@ -27,7 +28,6 @@
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
android:orientation="horizontal" >
<TextView
@@ -57,16 +57,14 @@
android:layout_height="wrap_content"
android:singleLine="true"
android:text="@string/data_reduction_usage_label"
- android:textColor="?android:attr/textColorSecondary"
- android:textSize="14sp" />
+ android:textAppearance="@style/DataReductionPrefSecondaryStyle" />
<TextView
android:id="@+id/data_reduction_usage"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingStart="3dp"
- android:textColor="?android:attr/textColorSecondary"
- android:textSize="14sp" />
+ android:textAppearance="@style/DataReductionPrefSecondaryStyle" />
</LinearLayout>
</LinearLayout>
@@ -78,7 +76,7 @@
android:layout_marginTop="0dp"
android:includeFontPadding="false"
android:textColor="@color/light_active_color"
- android:textSize="50sp" />
+ android:textSize="34sp" />
</LinearLayout>

Powered by Google App Engine
This is Rietveld 408576698