| Index: mobile/android/base/resources/layout/abb_start_pane_step_3.xml |
| diff --git a/mobile/android/base/resources/layout/abb_start_pane_step_3.xml b/mobile/android/base/resources/layout/abb_start_pane_step_3.xml |
| index 4feea9069bbd1b747af9454c94aaf8e0353ca3ce..3bdc92d31e22a0dd0d4b7d07cd996e14b3d7c203 100644 |
| --- a/mobile/android/base/resources/layout/abb_start_pane_step_3.xml |
| +++ b/mobile/android/base/resources/layout/abb_start_pane_step_3.xml |
| @@ -2,29 +2,29 @@ |
| <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_3" /> |
| <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="#535353" |
| - android:textSize="18sp" |
| + android:tag="ttf_opensans_light" |
| + android:textColor="#353435" |
| + android:textSize="21sp" |
| android:text="@string/abb_frp_step_3_text" /> |
| - <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_3" /> |