| Index: mobile/android/base/resources/layout/abb_start_pane_step_1.xml | 
| diff --git a/mobile/android/base/resources/layout/abb_start_pane_step_1.xml b/mobile/android/base/resources/layout/abb_start_pane_step_1.xml | 
| index 805fa0467a26acde2530f8ca39b6c0e859af11a6..8e70363a31b33b3b8f4138b97312a4e6de203bee 100644 | 
| --- a/mobile/android/base/resources/layout/abb_start_pane_step_1.xml | 
| +++ b/mobile/android/base/resources/layout/abb_start_pane_step_1.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_1" /> | 
| <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_1_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_1" /> | 
|  |