From 71c9a038cd6f9c7e45eff180cf1c01da90af3736 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 5 Apr 2018 11:54:07 +0200 Subject: [PATCH] fix #55, allow landscape mode --- app/build.gradle | 1 + app/src/main/AndroidManifest.xml | 5 +- app/src/main/res/layout/activity_main.xml | 96 ++++++++++++++--------- 3 files changed, 63 insertions(+), 39 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index de058cc..654fdf1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,6 +43,7 @@ android { dependencies { implementation 'com.simplemobiletools:commons:3.18.6' implementation 'com.squareup:otto:1.3.8' + implementation 'com.android.support.constraint:constraint-layout:1.0.2' } Properties props = new Properties() diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 8fae723..f578456 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -38,7 +38,6 @@ - + - + android:fillViewport="true"> - + - + - + - + - + + + +