From c849913fba3f5b692309570415f85e9bdb8cceeb Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Wed, 30 Jan 2013 22:54:56 -0700 Subject: Beginnings of a Dashboard Activity Matching layout and menu XML And don't forget strings --- res/layout/client_dashboard.xml | 56 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 res/layout/client_dashboard.xml (limited to 'res/layout') diff --git a/res/layout/client_dashboard.xml b/res/layout/client_dashboard.xml new file mode 100644 index 0000000..599a097 --- /dev/null +++ b/res/layout/client_dashboard.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3 From b6e47ac59c3e853b23d4392eec33bbeb2f068f17 Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Wed, 30 Jan 2013 23:35:42 -0700 Subject: Add EIP Service item in Dashboard --- res/layout/client_dashboard.xml | 23 +++++++++++++++++++++++ res/layout/eip_overview.xml | 27 +++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 res/layout/eip_overview.xml (limited to 'res/layout') diff --git a/res/layout/client_dashboard.xml b/res/layout/client_dashboard.xml index 599a097..9d9b7a4 100644 --- a/res/layout/client_dashboard.xml +++ b/res/layout/client_dashboard.xml @@ -53,4 +53,27 @@ + + + + + + + + + \ No newline at end of file diff --git a/res/layout/eip_overview.xml b/res/layout/eip_overview.xml new file mode 100644 index 0000000..d8defcb --- /dev/null +++ b/res/layout/eip_overview.xml @@ -0,0 +1,27 @@ + + + + + + + + \ No newline at end of file -- cgit v1.2.3 From d21e8390e90437f0d053374f8e304ca3f592beb9 Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Wed, 30 Jan 2013 23:37:33 -0700 Subject: More fun with EIP item entry. Added parts to expand listing for quick info and settings access --- res/layout/eip_overview.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'res/layout') diff --git a/res/layout/eip_overview.xml b/res/layout/eip_overview.xml index d8defcb..21d4ae3 100644 --- a/res/layout/eip_overview.xml +++ b/res/layout/eip_overview.xml @@ -13,6 +13,8 @@ android:layout_marginBottom="10dp" android:layout_marginLeft="15dp" android:layout_toLeftOf="@+id/eipSwitch" + android:clickable="false" + android:onClick="toggleOverview" android:text="@string/eip_type_active" android:textAppearance="?android:attr/textAppearanceLarge" /> @@ -24,4 +26,35 @@ android:layout_alignParentTop="true" android:layout_marginRight="10dp" /> + + + + + + + + \ No newline at end of file -- cgit v1.2.3 From 92c32b0b96938009af55ed28920472f22a4614ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Thu, 31 Jan 2013 22:12:21 +0100 Subject: Problems with downloaded file, the emulator cannot find the file downloaded. Seen http://code.google.com/p/android/issues/detail?id=18462 and decided to look for another solution. First solution thought (and going to be the next test): HTTP Get request :) --- res/layout/activity_provider_list.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 res/layout/activity_provider_list.xml (limited to 'res/layout') diff --git a/res/layout/activity_provider_list.xml b/res/layout/activity_provider_list.xml new file mode 100644 index 0000000..6a6dafe --- /dev/null +++ b/res/layout/activity_provider_list.xml @@ -0,0 +1,10 @@ + -- cgit v1.2.3 From 6e0142a335eafe8a9b0e41b0e968038c0aeabd11 Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Thu, 7 Feb 2013 01:33:03 -0700 Subject: Refactor ProviderListActivity.class into ConfigurationWizard.class, Moves towards our wizard flow; Addresses #1497 #1500 --- res/layout/activity_configuration_wizard.xml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 res/layout/activity_configuration_wizard.xml (limited to 'res/layout') diff --git a/res/layout/activity_configuration_wizard.xml b/res/layout/activity_configuration_wizard.xml new file mode 100644 index 0000000..264ccf9 --- /dev/null +++ b/res/layout/activity_configuration_wizard.xml @@ -0,0 +1,8 @@ + + + \ No newline at end of file -- cgit v1.2.3 From e3acc71aaedfcf97b2adee907b6587e3c1eadf48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Thu, 7 Feb 2013 21:25:58 +0100 Subject: Button not working from ConfigurationWizard. Trying to test cancel button from created new dialog. --- res/layout/activity_configuration_wizard.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'res/layout') diff --git a/res/layout/activity_configuration_wizard.xml b/res/layout/activity_configuration_wizard.xml index 264ccf9..7a0823d 100644 --- a/res/layout/activity_configuration_wizard.xml +++ b/res/layout/activity_configuration_wizard.xml @@ -5,4 +5,15 @@ android:layout_height="match_parent" tools:context=".ConfigurationWizard" > +