Main menu implementation
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:orientation="vertical">
|
||||
|
||||
<include layout="@layout/activity_main_editor_with_toolbar" />
|
||||
<include layout="@layout/activity_main_editor_with_overflow_menu" />
|
||||
|
||||
<LinearLayout
|
||||
a:id="@+id/partial_keyboard"
|
||||
|
@@ -34,9 +34,9 @@
|
||||
a:baselineAligned="false"
|
||||
a:orientation="horizontal">
|
||||
|
||||
<include layout="@layout/cpp_app_button_copy" />
|
||||
<include layout="@layout/cpp_app_button_left" />
|
||||
|
||||
<include layout="@layout/cpp_app_button_paste" />
|
||||
<include layout="@layout/cpp_app_button_right" />
|
||||
|
||||
<include layout="@layout/cpp_app_button_7" />
|
||||
|
||||
@@ -84,9 +84,9 @@
|
||||
a:baselineAligned="false"
|
||||
a:orientation="horizontal">
|
||||
|
||||
<include layout="@layout/cpp_app_button_left" />
|
||||
<include layout="@layout/cpp_app_button_copy" />
|
||||
|
||||
<include layout="@layout/cpp_app_button_right" />
|
||||
<include layout="@layout/cpp_app_button_paste" />
|
||||
|
||||
<include layout="@layout/cpp_app_button_1" />
|
||||
|
||||
|
Reference in New Issue
Block a user