summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2014-06-16 13:19:56 -0700
committerMaurice Lam <yukl@google.com>2014-06-17 16:59:28 -0700
commit432bd3aab156de1a0421f4f5589caeca6bad3140 (patch)
treec40d86319d1078721457c949e83fc752bde1d462 /res/layout
parentc91d4d93415b3dd0919595bb4119a44dc0a349e4 (diff)
downloadpackages_apps_Settings-432bd3aab156de1a0421f4f5589caeca6bad3140.zip
packages_apps_Settings-432bd3aab156de1a0421f4f5589caeca6bad3140.tar.gz
packages_apps_Settings-432bd3aab156de1a0421f4f5589caeca6bad3140.tar.bz2
[WifiSetup] Removed button bar
Removed button bar from setup_preference because the same feature is provided in SettingsActivity already. Also removed setup custom button because that functionality is superceded by the navigation bar. Change-Id: I7f853d57bb63ad3c410e2731d1485d152f806d9f
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/setup_preference.xml47
1 files changed, 0 insertions, 47 deletions
diff --git a/res/layout/setup_preference.xml b/res/layout/setup_preference.xml
index 195214f..c5d686f 100644
--- a/res/layout/setup_preference.xml
+++ b/res/layout/setup_preference.xml
@@ -72,7 +72,6 @@
</RelativeLayout>
<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/title_area"
@@ -148,52 +147,6 @@
</LinearLayout>
- <RelativeLayout
- android:id="@+id/button_bar"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="0"
- android:visibility="gone" >
-
- <Button
- android:id="@+id/back_button"
- android:layout_width="150dip"
- android:layout_height="wrap_content"
- android:layout_alignParentStart="true"
- android:layout_margin="5dip"
- android:text="@string/wifi_setup_back" />
-
- <Button
- android:id="@+id/custom_button"
- android:layout_width="150dip"
- android:layout_height="wrap_content"
- android:layout_alignParentEnd="true"
- android:layout_margin="5dip"
- android:text="@string/wifi_setup_skip" />
-
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentEnd="true"
- android:orientation="horizontal" >
-
- <Button
- android:id="@+id/skip_button"
- android:layout_width="150dip"
- android:layout_height="wrap_content"
- android:layout_margin="5dip"
- android:text="@string/wifi_setup_skip"
- android:visibility="gone" />
-
- <Button
- android:id="@+id/next_button"
- android:layout_width="150dip"
- android:layout_height="wrap_content"
- android:layout_margin="5dip"
- android:text="@string/wifi_setup_next"
- android:visibility="gone" />
- </LinearLayout>
- </RelativeLayout>
</LinearLayout>
</view>
<fragment android:name="com.android.setupwizard.navigationbar.SetupWizardNavBar"