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. --- app/src/main/res/values/styles.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 3b1150ea..230f52ba 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -65,6 +65,5 @@ \ 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 --- app/src/main/res/values/dimens.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index a6afc8bc..87d8e266 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -29,4 +29,7 @@ 300dp 16dp + + 56dp + 72dp \ No newline at end of file -- cgit v1.2.3