From c1a01cfc03bd7e92712628ef7f4060985c7c8d20 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 7 Mar 2015 23:49:54 +0100 Subject: [PATCH] Landscape Layout --- app/app.iml | 4 +++- .../res/layout-large-land/fragment_main.xml | 16 +++++++++++++++- .../res/layout-large-land/fragment_morse.xml | 17 ++++++++++++++++- 3 files changed, 34 insertions(+), 3 deletions(-) diff --git a/app/app.iml b/app/app.iml index d3de3bf..44d78b8 100644 --- a/app/app.iml +++ b/app/app.iml @@ -1,5 +1,5 @@ - + @@ -9,6 +9,7 @@ + diff --git a/app/src/main/res/layout-large-land/fragment_main.xml b/app/src/main/res/layout-large-land/fragment_main.xml index b892e17..d28e1df 100644 --- a/app/src/main/res/layout-large-land/fragment_main.xml +++ b/app/src/main/res/layout-large-land/fragment_main.xml @@ -25,13 +25,14 @@ android:id="@+id/main" android:layout_width="match_parent" android:layout_height="match_parent" - android:orientation="vertical" + android:orientation="horizontal" tools:context=".MainActivity" android:animateLayoutChanges="true"> + + + + + + @@ -34,6 +34,7 @@ + + + + + + +