Adjust ActionToolbar positioning

This commit is contained in:
arkon
2021-04-16 22:26:41 -04:00
parent c7f839ea4a
commit 1f8c5b0120
6 changed files with 15 additions and 36 deletions

View File

@@ -2,7 +2,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/common_action_toolbar"
android:id="@+id/action_toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clipToPadding="false"
@@ -25,7 +25,7 @@
app:contentInsetStart="8dp">
<androidx.appcompat.widget.ActionMenuView
android:id="@+id/common_action_menu"
android:id="@+id/menu"
android:layout_width="match_parent"
android:layout_height="match_parent" />