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

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

Issue 6296160390086656: Issue 2491 - Fix design elements in onboarding slides (Closed)
Patch Set: Renamed button background. Created May 22, 2015, 12:04 p.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_2.xml
diff --git a/mobile/android/base/resources/layout/abb_start_pane_step_2.xml b/mobile/android/base/resources/layout/abb_start_pane_step_2.xml
index 0efed8abb8107f390701ead6d4743bee9fbcbac1..4938227f421503ff1747ad6fde14ac6fe82779b1 100644
--- a/mobile/android/base/resources/layout/abb_start_pane_step_2.xml
+++ b/mobile/android/base/resources/layout/abb_start_pane_step_2.xml
@@ -2,44 +2,44 @@
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content">
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
+ <LinearLayout android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:background="#ffffff" >
<TextView android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:textColor="#535353"
+ android:tag="ttf_opensans_light"
+ android:textColor="#353435"
+ android:textSize="38sp"
android:gravity="center"
- android:textSize="24sp"
- android:textStyle="bold"
android:text="@string/abb_frp_headline_2" />
<View android:layout_width="match_parent"
- android:layout_height="2dip"
- android:layout_marginTop="8dip"
- android:layout_marginBottom="8dip"
+ android:layout_height="1dip"
+ android:layout_marginTop="6dip"
+ android:layout_marginBottom="6dip"
android:background="#dddddd" />
<TextView android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:textColor="#1e1d1e"
- android:textSize="18sp"
+ android:tag="ttf_opensans_light"
+ android:textColor="#353435"
+ android:textSize="21sp"
android:text="@string/abb_frp_step_2_text" />
<TextView android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:textColor="#535353"
+ android:tag="ttf_opensans_semibold"
+ android:textColor="#353435"
android:textSize="12sp"
- android:textStyle="bold"
android:layout_marginTop="8dip"
android:text="@string/abb_frp_step_2_text_where" />
- <ImageView android:layout_width="wrap_content"
+ <ImageView android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="fitCenter"
android:src="@drawable/abb_frp_img_2" />
<TextView android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:textColor="#535353"
+ android:tag="ttf_opensans_semibold"
+ android:textColor="#353435"
android:textSize="12sp"
- android:textStyle="bold"
android:text="@string/abb_frp_step_2_text_learn" />
</LinearLayout>
</ScrollView>

Powered by Google App Engine
This is Rietveld