From 646e2ec7b868920f71c29243d2bbeb13deb811e3 Mon Sep 17 00:00:00 2001 From: Fup Duck Date: Tue, 23 Jan 2018 14:08:26 +0100 Subject: add tablet design for ConfigWizard based upon !28 I could not check this - starting emulator freezes my system and I have no tablet. --- .../main/res/layout-xlarge/a_provider_detail.xml | 124 ++++++++++++++++----- 1 file changed, 95 insertions(+), 29 deletions(-) (limited to 'app/src/main/res/layout-xlarge/a_provider_detail.xml') diff --git a/app/src/main/res/layout-xlarge/a_provider_detail.xml b/app/src/main/res/layout-xlarge/a_provider_detail.xml index 31538f9f..d49e3129 100644 --- a/app/src/main/res/layout-xlarge/a_provider_detail.xml +++ b/app/src/main/res/layout-xlarge/a_provider_detail.xml @@ -1,32 +1,98 @@ - - - - - - - - - - - \ No newline at end of file + tools:context=".ConfigurationWizard"> + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3 From 1daf2ebca708f5659a6d79f3581454c748c42f83 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Wed, 7 Feb 2018 15:08:51 +0100 Subject: #8823 update configuration wizard layout for tablets --- .../main/res/layout-xlarge/a_provider_detail.xml | 112 ++++++++++----------- 1 file changed, 54 insertions(+), 58 deletions(-) (limited to 'app/src/main/res/layout-xlarge/a_provider_detail.xml') diff --git a/app/src/main/res/layout-xlarge/a_provider_detail.xml b/app/src/main/res/layout-xlarge/a_provider_detail.xml index d49e3129..18098079 100644 --- a/app/src/main/res/layout-xlarge/a_provider_detail.xml +++ b/app/src/main/res/layout-xlarge/a_provider_detail.xml @@ -2,74 +2,69 @@ + tools:context=".ProviderDetailActivity" + style="@style/BitmaskActivity"> - + - + - + - + - + - + - + - + android:layout_height="wrap_content"> @@ -90,8 +85,9 @@ android:id="@+id/provider_detail_options" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="@dimen/standard_margin" - android:drawSelectorOnTop="false"/> + android:layout_marginTop="@dimen/list_view_margin_top" + android:drawSelectorOnTop="false" + /> -- cgit v1.2.3