[android] Minor RTL layout fixes

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2022-04-02 15:45:51 +02:00 committed by Viktor Govako
parent a20c1950c6
commit 7c90f2cb87
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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">

View file

@ -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"