| Index: mobile/android/base/resources/layout/abb_start_pane_step_two.xml |
| diff --git a/mobile/android/base/resources/layout/abb_start_pane_step_two.xml b/mobile/android/base/resources/layout/abb_start_pane_step_two.xml |
| deleted file mode 100644 |
| index 9be25f97294ed0aec5ac3f163e8e9b3d90926abe..0000000000000000000000000000000000000000 |
| --- a/mobile/android/base/resources/layout/abb_start_pane_step_two.xml |
| +++ /dev/null |
| @@ -1,40 +0,0 @@ |
| -<?xml version="1.0" encoding="utf-8"?> |
| -<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" |
| - android:layout_height="wrap_content" |
| - android:orientation="vertical" |
| - android:background="#ffffff" > |
| - <TextView android:layout_width="match_parent" |
| - android:layout_height="wrap_content" |
| - android:textColor="#1e1d1e" |
| - android:gravity="center" |
| - android:textSize="22sp" |
| - android:textStyle="bold" |
| - android:text="@string/abb_frp_report_bugs" /> |
| - <View android:layout_width="match_parent" |
| - android:layout_height="2dip" |
| - android:layout_marginTop="8dip" |
| - android:layout_marginBottom="8dip" |
| - android:background="#dddddd" /> |
| - <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| - android:layout_width="match_parent" |
| - android:layout_height="wrap_content" |
| - android:orientation="horizontal" > |
| - <TextView android:id="@+id/abb_frp_main_text" |
| - android:layout_width="wrap_content" |
| - android:layout_height="wrap_content" |
| - android:layout_weight="0.5" |
| - android:textColor="#1e1d1e" /> |
| - <ImageView android:layout_width="wrap_content" |
| - android:layout_height="wrap_content" |
| - android:layout_weight="0.5" |
| - android:layout_marginLeft="4dip" |
| - android:scaleType="fitStart" |
| - android:src="@drawable/abb_community_screenshot" /> |
| - </LinearLayout> |
| - </LinearLayout> |
| -</ScrollView> |
| - |