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

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

Issue 1011363006: Data Saver promo changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing uma and link color fix Created 5 years, 9 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/DataReductionPromoScreen.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_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"
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/preferences/bandwidth/DataReductionPromoScreen.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698