From b841c4b4c94a8256a62afea2839ae3606ae53c7c Mon Sep 17 00:00:00 2001 From: Peter Serwylo Date: Sun, 3 Aug 2014 22:45:03 +0930 Subject: [PATCH] Remove public/private/hotspot icons (Fixes issue #9) These have been temoprarily moved to an unused layout. The reason it wasn't removed completely was because the layout still adheres to the spec from carrie (and I couldn't be bothered looking through the git history to find it later on when it is time to re-implement it :) I've also commented out the "Learn more about wifi" and "use bluetooth instead" buttons for now. --- res/layout/swap_join_wifi.xml | 149 ++++----------------------- res/layout/swap_learn_about_wifi.xml | 114 ++++++++++++++++++++ 2 files changed, 134 insertions(+), 129 deletions(-) create mode 100644 res/layout/swap_learn_about_wifi.xml diff --git a/res/layout/swap_join_wifi.xml b/res/layout/swap_join_wifi.xml index 1bf1110d8..b59f544d1 100644 --- a/res/layout/swap_join_wifi.xml +++ b/res/layout/swap_join_wifi.xml @@ -1,11 +1,11 @@ + android:orientation="vertical" + android:layout_width="match_parent" + android:layout_height="match_parent" + xmlns:tools="http://schemas.android.com/tools" + tools:context=".views.swap.SwapActivity"> + android:layout_centerHorizontal="true" /> + + + + + \ No newline at end of file diff --git a/res/layout/swap_learn_about_wifi.xml b/res/layout/swap_learn_about_wifi.xml new file mode 100644 index 000000000..511091ef5 --- /dev/null +++ b/res/layout/swap_learn_about_wifi.xml @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file