Layout for large screens

This commit is contained in:
serso
2016-02-21 14:24:11 +01:00
parent 96b4290260
commit 6339da1b7b
18 changed files with 215 additions and 129 deletions

View File

@@ -30,7 +30,7 @@
a:layout_height="match_parent"
a:orientation="vertical">
<include layout="@layout/activity_main_editor_with_toolbar"/>
<include layout="@layout/activity_main_editor_with_toolbar" />
<LinearLayout
a:id="@+id/partial_keyboard"
@@ -53,11 +53,10 @@
</LinearLayout>
<LinearLayout
<FrameLayout
a:id="@+id/keyboard"
a:layout_width="match_parent"
a:layout_height="0dp"
a:layout_weight="5"
a:orientation="vertical" />
a:layout_weight="5" />
</LinearLayout>