forked from organicmaps/organicmaps
[android] Minor RTL layout fixes
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
a20c1950c6
commit
7c90f2cb87
3 changed files with 4 additions and 4 deletions
|
@ -22,7 +22,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_marginLeft="@dimen/margin_base_plus"
|
||||
android:layout_marginStart="@dimen/margin_base_plus"
|
||||
android:src="@mipmap/ic_launcher" />
|
||||
|
||||
<LinearLayout
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
android:id="@+id/bottom_sheet_menu_item"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/menu_list_item_height"
|
||||
android:paddingLeft="@dimen/margin_base"
|
||||
android:paddingRight="@dimen/margin_base"
|
||||
android:paddingStart="@dimen/margin_base"
|
||||
android:paddingEnd="@dimen/margin_base"
|
||||
android:gravity="center_vertical"
|
||||
android:background="?clickableBackground"
|
||||
android:orientation="horizontal">
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
android:layout_width="10dp"
|
||||
android:layout_height="10dp"
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:layout_marginStart="10dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:background="@drawable/counter"
|
||||
android:visibility="gone"
|
||||
|
|
Loading…
Add table
Reference in a new issue