From 8090cfa4dc8ba484d37cb0872dd1d0cdb6be866c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Mon, 17 Mar 2014 18:21:07 +0100 Subject: Dashboard for 10' screens. --- res/layout-xlarge/about.xml | 121 +++++++++++++++++++++ res/layout-xlarge/client_dashboard.xml | 69 ++++++++++++ .../configuration_wizard_activity.xml | 26 +++++ res/layout-xlarge/eip_service_fragment.xml | 75 +++++++++++++ res/layout-xlarge/log_in_dialog.xml | 39 +++++++ res/layout-xlarge/logwindow.xml | 17 +++ res/layout-xlarge/new_provider_dialog.xml | 24 ++++ res/layout-xlarge/provider_detail_fragment.xml | 40 +++++++ res/layout-xlarge/provider_list_fragment.xml | 15 +++ 9 files changed, 426 insertions(+) create mode 100644 res/layout-xlarge/about.xml create mode 100644 res/layout-xlarge/client_dashboard.xml create mode 100644 res/layout-xlarge/configuration_wizard_activity.xml create mode 100644 res/layout-xlarge/eip_service_fragment.xml create mode 100644 res/layout-xlarge/log_in_dialog.xml create mode 100644 res/layout-xlarge/logwindow.xml create mode 100644 res/layout-xlarge/new_provider_dialog.xml create mode 100644 res/layout-xlarge/provider_detail_fragment.xml create mode 100644 res/layout-xlarge/provider_list_fragment.xml diff --git a/res/layout-xlarge/about.xml b/res/layout-xlarge/about.xml new file mode 100644 index 00000000..ce57564d --- /dev/null +++ b/res/layout-xlarge/about.xml @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/layout-xlarge/client_dashboard.xml b/res/layout-xlarge/client_dashboard.xml new file mode 100644 index 00000000..bd644e1e --- /dev/null +++ b/res/layout-xlarge/client_dashboard.xml @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/layout-xlarge/configuration_wizard_activity.xml b/res/layout-xlarge/configuration_wizard_activity.xml new file mode 100644 index 00000000..f3d0e48b --- /dev/null +++ b/res/layout-xlarge/configuration_wizard_activity.xml @@ -0,0 +1,26 @@ + + + + + + + \ No newline at end of file diff --git a/res/layout-xlarge/eip_service_fragment.xml b/res/layout-xlarge/eip_service_fragment.xml new file mode 100644 index 00000000..e5c7f23d --- /dev/null +++ b/res/layout-xlarge/eip_service_fragment.xml @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + diff --git a/res/layout-xlarge/log_in_dialog.xml b/res/layout-xlarge/log_in_dialog.xml new file mode 100644 index 00000000..3a9eebb8 --- /dev/null +++ b/res/layout-xlarge/log_in_dialog.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout-xlarge/logwindow.xml b/res/layout-xlarge/logwindow.xml new file mode 100644 index 00000000..4051c92c --- /dev/null +++ b/res/layout-xlarge/logwindow.xml @@ -0,0 +1,17 @@ + + + + + + + \ No newline at end of file diff --git a/res/layout-xlarge/new_provider_dialog.xml b/res/layout-xlarge/new_provider_dialog.xml new file mode 100644 index 00000000..19b8f442 --- /dev/null +++ b/res/layout-xlarge/new_provider_dialog.xml @@ -0,0 +1,24 @@ + + + + + + + + \ No newline at end of file diff --git a/res/layout-xlarge/provider_detail_fragment.xml b/res/layout-xlarge/provider_detail_fragment.xml new file mode 100644 index 00000000..eb90fad9 --- /dev/null +++ b/res/layout-xlarge/provider_detail_fragment.xml @@ -0,0 +1,40 @@ + + + + + + + + + + \ No newline at end of file diff --git a/res/layout-xlarge/provider_list_fragment.xml b/res/layout-xlarge/provider_list_fragment.xml new file mode 100644 index 00000000..70dbae0d --- /dev/null +++ b/res/layout-xlarge/provider_list_fragment.xml @@ -0,0 +1,15 @@ + + + + + -- cgit v1.2.3