forked from organicmaps/organicmaps
[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:
parent
bc2196598a
commit
9106f8f1d9
3 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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">
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue