Fix more RTL issues
This commit is contained in:
parent
216ec24680
commit
1248bd0523
@ -55,7 +55,9 @@
|
|||||||
style="@style/SwapTheme.Wizard.ReceiveSwap.Deny"
|
style="@style/SwapTheme.Wizard.ReceiveSwap.Deny"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:layout_marginRight="8dp"/>
|
android:layout_marginEnd="8dp"
|
||||||
|
android:layout_marginRight="8dp"
|
||||||
|
/>
|
||||||
|
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
|
@ -16,7 +16,9 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:layout_marginRight="10dp">
|
android:layout_marginEnd="10dp"
|
||||||
|
android:layout_marginRight="10dp"
|
||||||
|
>
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/wifi_icon_public"
|
android:id="@+id/wifi_icon_public"
|
||||||
@ -83,7 +85,9 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:layout_marginLeft="10dp">
|
android:layout_marginStart="10dp"
|
||||||
|
android:layout_marginLeft="10dp"
|
||||||
|
>
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/wifi_icon_personal"
|
android:id="@+id/wifi_icon_personal"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user