Index: mobile/android/base/resources/layout/abb_start_pane_step_one.xml |
diff --git a/mobile/android/base/resources/layout/abb_start_pane_step_one.xml b/mobile/android/base/resources/layout/abb_start_pane_step_one.xml |
deleted file mode 100644 |
index d9e7f2901242ae9a3271f1d51a8277751c7d5340..0000000000000000000000000000000000000000 |
--- a/mobile/android/base/resources/layout/abb_start_pane_step_one.xml |
+++ /dev/null |
@@ -1,28 +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_pref_category_acceptable_ads" /> |
- <View android:layout_width="match_parent" |
- android:layout_height="2dip" |
- android:layout_marginTop="8dip" |
- android:layout_marginBottom="8dip" |
- android:background="#dddddd" /> |
- <TextView android:id="@+id/abb_frp_main_text" |
- android:layout_width="match_parent" |
- android:layout_height="wrap_content" |
- android:textColor="#1e1d1e" /> |
- </LinearLayout> |
-</ScrollView> |
- |