Index: chrome/android/java/res/layout/data_reduction_promo_screen.xml |
diff --git a/chrome/android/java/res/layout/data_reduction_promo_screen.xml b/chrome/android/java/res/layout/data_reduction_promo_screen.xml |
index 4e2409c092b1293758961078b011e0790e848324..a4735d257ce06b93c34cea1f88a52793de6f8833 100644 |
--- a/chrome/android/java/res/layout/data_reduction_promo_screen.xml |
+++ b/chrome/android/java/res/layout/data_reduction_promo_screen.xml |
@@ -45,37 +45,36 @@ |
android:layout_marginTop="35dp" |
android:layout_width="match_parent" |
android:orientation="vertical" |
- android:paddingStart="40dp" |
- android:paddingEnd="40dp"> |
+ android:paddingStart="20dp" |
+ android:paddingEnd="20dp"> |
<TextView |
android:gravity="center" |
android:layout_height="wrap_content" |
android:layout_width="match_parent" |
android:text="@string/data_reduction_title_1" |
android:textColor="#000" |
- android:textSize="30sp" /> |
- <TextView |
+ android:textSize="28sp" /> |
+ <org.chromium.ui.widget.TextViewWithClickableSpans |
+ android:id="@+id/data_reduction_title_2_link" |
android:gravity="center" |
android:layout_height="wrap_content" |
android:layout_marginTop="20dp" |
android:layout_width="match_parent" |
- android:lineSpacingExtra="20dp" |
+ android:lineSpacingExtra="20sp" |
android:lineSpacingMultiplier="0" |
- android:paddingStart="20dp" |
- android:paddingEnd="20dp" |
- android:text="@string/data_reduction_title_2" |
- android:textColor="#969696" |
+ android:textColor="#333" |
+ android:textColorLink="#27b4e7" |
android:textSize="16sp" /> |
<TextView |
android:gravity="center" |
android:layout_height="wrap_content" |
android:layout_marginTop="20dp" |
android:layout_width="match_parent" |
- android:lineSpacingExtra="25dp" |
+ android:lineSpacingExtra="20sp" |
android:lineSpacingMultiplier="0" |
android:text="@string/data_reduction_title_3" |
- android:textColor="#000" |
- android:textSize="20sp" /> |
+ android:textColor="#333" |
+ android:textSize="16sp" /> |
</LinearLayout> |
<ImageView |
android:layout_alignParentBottom="true" |