Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/base/resources/layout/abb_start_pane_step_3.xml

Issue 5543672087052288: Issue 2462 - New onboarding slides (Closed)
Patch Set: Renamed MAX_STEPS Created May 6, 2015, 10:41 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mobile/android/base/resources/layout/abb_start_pane_step_3.xml
diff --git a/mobile/android/base/resources/layout/abb_start_pane_step_one.xml b/mobile/android/base/resources/layout/abb_start_pane_step_3.xml
similarity index 63%
rename from mobile/android/base/resources/layout/abb_start_pane_step_one.xml
rename to mobile/android/base/resources/layout/abb_start_pane_step_3.xml
index d9e7f2901242ae9a3271f1d51a8277751c7d5340..4feea9069bbd1b747af9454c94aaf8e0353ca3ce 100644
--- a/mobile/android/base/resources/layout/abb_start_pane_step_one.xml
+++ b/mobile/android/base/resources/layout/abb_start_pane_step_3.xml
@@ -9,20 +9,25 @@
android:background="#ffffff" >
<TextView android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:textColor="#1e1d1e"
+ android:textColor="#535353"
android:gravity="center"
- android:textSize="22sp"
+ android:textSize="24sp"
android:textStyle="bold"
- android:text="@string/abb_pref_category_acceptable_ads" />
+ android:text="@string/abb_frp_headline_3" />
<View android:layout_width="match_parent"
android:layout_height="2dip"
android:layout_marginTop="8dip"
android:layout_marginBottom="8dip"
android:background="#dddddd" />
- <TextView android:id="@+id/abb_frp_main_text"
- android:layout_width="match_parent"
+ <TextView android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:textColor="#1e1d1e" />
+ android:textColor="#535353"
+ android:textSize="18sp"
+ android:text="@string/abb_frp_step_3_text" />
+ <ImageView android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:scaleType="fitCenter"
+ android:src="@drawable/abb_frp_img_3" />
</LinearLayout>
</ScrollView>

Powered by Google App Engine
This is Rietveld