| Index: mobile/android/base/resources/layout/abb_start_pane.xml |
| =================================================================== |
| --- a/mobile/android/base/resources/layout/abb_start_pane.xml |
| +++ b/mobile/android/base/resources/layout/abb_start_pane.xml |
| @@ -1,10 +1,11 @@ |
| <?xml version="1.0" encoding="utf-8"?> |
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| + xmlns:tools="http://schemas.android.com/tools" |
| android:layout_width="match_parent" |
| android:layout_height="match_parent" |
| android:orientation="vertical" |
| android:background="#ffffff" |
| android:padding="10dp" > |
| <!-- Main content view, filled dynamically --> |
| <LinearLayout android:id="@+id/abb_main_content" |
| android:layout_width="match_parent" |
| @@ -17,16 +18,15 @@ |
| android:background="#ffffff" > |
| </LinearLayout> |
| <!-- Confirmation button --> |
| <Button android:id="@+id/abb_frp_button" |
| android:tag="ttf_opensans_semibold" |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:gravity="center" |
| - android:text="filler" |
| android:background="@drawable/abb_start_pane_button" |
| android:drawableRight="@drawable/abb_right_arrow" |
| android:textColor="#f8f8f8" |
| android:textSize="24sp" |
| - android:layout_centerInParent="true" /> |
| + tools:text="filler" /> |
| </LinearLayout> |