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 (limited to 'res/layout-xlarge') 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 From b517bdfa4849e68516aa9653de03568b43a6d6b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Mon, 17 Mar 2014 19:09:40 +0100 Subject: Configuration Wizard sized for tablets. Including provider details. --- .../configuration_wizard_activity.xml | 1 + res/layout-xlarge/provider_detail_fragment.xml | 3 ++ res/layout-xlarge/provider_list_fragment.xml | 5 ++- res/layout-xlarge/provider_list_item.xml | 44 ++++++++++++++++++++++ 4 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 res/layout-xlarge/provider_list_item.xml (limited to 'res/layout-xlarge') diff --git a/res/layout-xlarge/configuration_wizard_activity.xml b/res/layout-xlarge/configuration_wizard_activity.xml index f3d0e48b..bb169e00 100644 --- a/res/layout-xlarge/configuration_wizard_activity.xml +++ b/res/layout-xlarge/configuration_wizard_activity.xml @@ -19,6 +19,7 @@ android:fadingEdge="horizontal" android:singleLine="true" android:text="@string/configuring_provider" + android:textSize="24sp" android:textAppearance="?android:attr/textAppearanceMedium" android:layout_centerHorizontal="true" android:textColor="@android:color/holo_blue_bright" /> diff --git a/res/layout-xlarge/provider_detail_fragment.xml b/res/layout-xlarge/provider_detail_fragment.xml index eb90fad9..4abbaa17 100644 --- a/res/layout-xlarge/provider_detail_fragment.xml +++ b/res/layout-xlarge/provider_detail_fragment.xml @@ -12,6 +12,7 @@ android:layout_marginLeft="4dp" android:layout_marginRight="4dp" android:layout_marginTop="16dp" + android:textSize="32sp" android:textAppearance="?android:attr/textAppearanceLarge" android:textStyle="bold" /> @@ -23,6 +24,7 @@ android:layout_marginLeft="4dp" android:layout_marginRight="4dp" android:layout_marginBottom="4dp" + android:textSize="24sp" android:textStyle="italic" android:textAppearance="?android:attr/textAppearanceMedium" /> @@ -34,6 +36,7 @@ android:layout_marginLeft="4dp" android:layout_marginRight="4dp" android:layout_marginBottom="4dp" + android:textSize="18sp" android:textStyle="normal" android:textAppearance="?android:attr/textAppearanceSmall" /> diff --git a/res/layout-xlarge/provider_list_fragment.xml b/res/layout-xlarge/provider_list_fragment.xml index 70dbae0d..59dd37d1 100644 --- a/res/layout-xlarge/provider_list_fragment.xml +++ b/res/layout-xlarge/provider_list_fragment.xml @@ -2,8 +2,9 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" - android:paddingLeft="8dp" - android:paddingRight="8dp" > + android:paddingLeft="12dp" + android:paddingRight="12dp" + android:paddingTop="12dp" > + + + + + + + + + -- cgit v1.2.3 From 8c744c9299417e1417f6ffc73da6af10cde57897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Mon, 17 Mar 2014 19:26:11 +0100 Subject: About fragment text scaled up. Just that. --- res/layout-xlarge/about.xml | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) (limited to 'res/layout-xlarge') diff --git a/res/layout-xlarge/about.xml b/res/layout-xlarge/about.xml index ce57564d..6ab88737 100644 --- a/res/layout-xlarge/about.xml +++ b/res/layout-xlarge/about.xml @@ -4,6 +4,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" + android:layout_marginLeft="12sp" tools:context=".Dashboard" > + android:layout_height="wrap_content" + android:textSize="18sp" /> + android:layout_height="12sp" /> + android:layout_height="12sp" /> + android:layout_height="12sp" /> + android:layout_height="12sp" /> + android:layout_height="18sp" /> + android:layout_height="12sp" />