forked from organicmaps/organicmaps
[android] fix the overlapping of map buttons in RTL map planning
Signed-off-by: kavikhalique <kavikhalique3@gmail.com>
This commit is contained in:
parent
a2b90aea30
commit
bfc8859145
1 changed files with 2 additions and 1 deletions
|
@ -60,6 +60,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentBottom="true"
|
||||
app:layout_constraintBottom_toBottomOf="parent" />
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
Loading…
Add table
Reference in a new issue