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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" 2 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent" 3 android:layout_width="match_parent"
4 android:layout_height="wrap_content"> 4 android:layout_height="wrap_content">
5 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 5 <LinearLayout android:layout_width="match_parent"
6 android:layout_width="match_parent"
7 android:layout_height="wrap_content" 6 android:layout_height="wrap_content"
8 android:orientation="vertical" 7 android:orientation="vertical"
9 android:background="#ffffff" > 8 android:background="#ffffff" >
10 <TextView android:layout_width="match_parent" 9 <TextView android:layout_width="match_parent"
11 android:layout_height="wrap_content" 10 android:layout_height="wrap_content"
12 android:textColor="#535353" 11 android:tag="ttf_opensans_light"
12 android:textColor="#353435"
13 android:textSize="38sp"
13 android:gravity="center" 14 android:gravity="center"
14 android:textSize="24sp"
15 android:textStyle="bold"
16 android:text="@string/abb_frp_headline_2" /> 15 android:text="@string/abb_frp_headline_2" />
17 <View android:layout_width="match_parent" 16 <View android:layout_width="match_parent"
18 android:layout_height="2dip" 17 android:layout_height="1dip"
19 android:layout_marginTop="8dip" 18 android:layout_marginTop="6dip"
20 android:layout_marginBottom="8dip" 19 android:layout_marginBottom="6dip"
21 android:background="#dddddd" /> 20 android:background="#dddddd" />
22 <TextView android:layout_width="match_parent" 21 <TextView android:layout_width="match_parent"
23 android:layout_height="wrap_content" 22 android:layout_height="wrap_content"
24 android:textColor="#1e1d1e" 23 android:tag="ttf_opensans_light"
25 android:textSize="18sp" 24 android:textColor="#353435"
25 android:textSize="21sp"
26 android:text="@string/abb_frp_step_2_text" /> 26 android:text="@string/abb_frp_step_2_text" />
27 <TextView android:layout_width="match_parent" 27 <TextView android:layout_width="match_parent"
28 android:layout_height="wrap_content" 28 android:layout_height="wrap_content"
29 android:textColor="#535353" 29 android:tag="ttf_opensans_semibold"
30 android:textColor="#353435"
30 android:textSize="12sp" 31 android:textSize="12sp"
31 android:textStyle="bold"
32 android:layout_marginTop="8dip" 32 android:layout_marginTop="8dip"
33 android:text="@string/abb_frp_step_2_text_where" /> 33 android:text="@string/abb_frp_step_2_text_where" />
34 <ImageView android:layout_width="wrap_content" 34 <ImageView android:layout_width="match_parent"
35 android:layout_height="wrap_content" 35 android:layout_height="wrap_content"
36 android:scaleType="fitCenter" 36 android:scaleType="fitCenter"
37 android:src="@drawable/abb_frp_img_2" /> 37 android:src="@drawable/abb_frp_img_2" />
38 <TextView android:layout_width="match_parent" 38 <TextView android:layout_width="match_parent"
39 android:layout_height="wrap_content" 39 android:layout_height="wrap_content"
40 android:textColor="#535353" 40 android:tag="ttf_opensans_semibold"
41 android:textColor="#353435"
41 android:textSize="12sp" 42 android:textSize="12sp"
42 android:textStyle="bold"
43 android:text="@string/abb_frp_step_2_text_learn" /> 43 android:text="@string/abb_frp_step_2_text_learn" />
44 </LinearLayout> 44 </LinearLayout>
45 </ScrollView> 45 </ScrollView>
46 46
OLDNEW

Powered by Google App Engine
This is Rietveld