[android] Fixed RTL zoom buttons covered by Search and Bookmarks in Routing mode

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2022-03-28 21:27:15 +02:00 committed by Alexander Borsuk
parent bc2196598a
commit 9106f8f1d9
3 changed files with 3 additions and 0 deletions

View file

@ -8,6 +8,7 @@
android:theme="?navButtonsTheme"
android:layout_marginBottom="@dimen/nav_menu_height"
android:padding="@dimen/nav_frame_padding"
android:layoutDirection="ltr"
tools:background="@color/bg_primary">
<View

View file

@ -5,6 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="@dimen/nav_menu_height"
android:layoutDirection="ltr"
android:padding="@dimen/nav_frame_padding"
android:theme="?navButtonsTheme">

View file

@ -8,6 +8,7 @@
android:padding="@dimen/nav_frame_padding"
android:clipToPadding="false"
android:theme="?navButtonsTheme"
android:layoutDirection="ltr"
tools:background="@color/bg_primary">
<Space