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

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

Issue 926033003: Clean up some strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed whitespace Created 5 years, 10 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 | chrome/android/java/src/org/chromium/chrome/browser/preferences/bandwidth/BandwidthStatisticsPreferenceCategory.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/data_reduction_statistics_layout.xml
diff --git a/chrome/android/java/res/layout/data_reduction_statistics_layout.xml b/chrome/android/java/res/layout/data_reduction_statistics_layout.xml
index 5d2d9a56eb5e20b4f192aa82160cf22fbdf5ff90..2e8bd46bbdc7f030c4881889801727a22731f4a7 100644
--- a/chrome/android/java/res/layout/data_reduction_statistics_layout.xml
+++ b/chrome/android/java/res/layout/data_reduction_statistics_layout.xml
@@ -102,7 +102,8 @@
android:layout_height="wrap_content"
android:layout_marginTop="14dp"
android:textColor="?android:attr/textColorPrimary"
- android:textSize="14sp" />
+ android:textSize="14sp"
+ android:textStyle="bold" />
<TextView
android:id="@+id/data_reduction_compressed_size"
@@ -110,7 +111,8 @@
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:textColor="?android:attr/textColorPrimary"
- android:textSize="14sp" />
+ android:textSize="14sp"
+ android:textStyle="bold" />
</LinearLayout>
</LinearLayout>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/preferences/bandwidth/BandwidthStatisticsPreferenceCategory.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698