Use toolbar instead of action bar in main activity

This commit is contained in:
serso
2016-02-21 13:25:14 +01:00
parent e30e8ca2fe
commit 96b4290260
24 changed files with 179 additions and 271 deletions

View File

@@ -26,12 +26,7 @@
xmlns:a="http://schemas.android.com/apk/res/android"
a:orientation="vertical">
<LinearLayout
a:id="@+id/editor"
a:layout_width="match_parent"
a:layout_height="0dp"
a:layout_weight="2"
a:orientation="horizontal" />
<include layout="@layout/activity_main_editor_with_toolbar"/>
<LinearLayout
a:id="@+id/partial_keyboard"