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

Side by Side Diff: mobile/android/base/resources/layout/abb_start_pane_step_1.xml

Issue 5543672087052288: Issue 2462 - New onboarding slides (Closed)
Patch Set: Renamed MAX_STEPS Created May 6, 2015, 10:41 a.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 xmlns:android="http://schemas.android.com/apk/res/android"
6 android:layout_width="match_parent" 6 android:layout_width="match_parent"
7 android:layout_height="wrap_content" 7 android:layout_height="wrap_content"
8 android:orientation="vertical" 8 android:orientation="vertical"
9 android:background="#ffffff" > 9 android:background="#ffffff" >
10 <TextView android:layout_width="match_parent" 10 <TextView android:layout_width="match_parent"
11 android:layout_height="wrap_content" 11 android:layout_height="wrap_content"
12 android:textColor="#1e1d1e" 12 android:textColor="#535353"
13 android:gravity="center" 13 android:gravity="center"
14 android:textSize="22sp" 14 android:textSize="24sp"
15 android:textStyle="bold" 15 android:textStyle="bold"
16 android:text="@string/abb_pref_category_acceptable_ads" /> 16 android:text="@string/abb_frp_headline_1" />
17 <View android:layout_width="match_parent" 17 <View android:layout_width="match_parent"
18 android:layout_height="2dip" 18 android:layout_height="2dip"
19 android:layout_marginTop="8dip" 19 android:layout_marginTop="8dip"
20 android:layout_marginBottom="8dip" 20 android:layout_marginBottom="8dip"
21 android:background="#dddddd" /> 21 android:background="#dddddd" />
22 <TextView android:id="@+id/abb_frp_main_text" 22 <TextView android:layout_width="match_parent"
23 android:layout_width="match_parent"
24 android:layout_height="wrap_content" 23 android:layout_height="wrap_content"
25 android:textColor="#1e1d1e" /> 24 android:textColor="#535353"
25 android:textSize="18sp"
26 android:text="@string/abb_frp_step_1_text" />
27 <ImageView android:layout_width="wrap_content"
28 android:layout_height="wrap_content"
29 android:scaleType="fitCenter"
30 android:src="@drawable/abb_frp_img_1" />
26 </LinearLayout> 31 </LinearLayout>
27 </ScrollView> 32 </ScrollView>
28 33
OLDNEW

Powered by Google App Engine
This is Rietveld