| 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>
|
|
|