forked from organicmaps/organicmaps
[android] Fix Bookmark's color picker in RTL mode
Fixes #4353 Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
parent
c878172ed3
commit
05ae3695fe
1 changed files with 5 additions and 0 deletions
|
@ -5,4 +5,9 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:paddingTop="@dimen/margin_half"
|
||||
android:gravity="center"
|
||||
android:layoutDirection="ltr"
|
||||
android:numColumns="3"/>
|
||||
<!--
|
||||
GridView doesn't show up correctly in RTL Layout.
|
||||
https://issuetracker.google.com/issues/36982185
|
||||
-->
|
||||
|
|
Loading…
Add table
Reference in a new issue