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 +++++++++++++++++++++++++++++++++++++++++ res/menu/client_dashboard.xml | 10 ++++++++ res/values/strings.xml | 2 ++ 3 files changed, 68 insertions(+) create mode 100644 res/layout/client_dashboard.xml create mode 100644 res/menu/client_dashboard.xml (limited to 'res') 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 diff --git a/res/menu/client_dashboard.xml b/res/menu/client_dashboard.xml new file mode 100644 index 0000000..cafeb15 --- /dev/null +++ b/res/menu/client_dashboard.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index 87b395c..606cb3b 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -255,5 +255,7 @@ Waiting for usable network Settings LEAP Dashboard + Provider: + No provider configured \ No newline at end of file -- cgit v1.2.3