Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26422e7d authored by Ta-wei Yen's avatar Ta-wei Yen
Browse files

Fix RTL numbers in BlockedNumbersActivity

Phone numbers should always be LTR. Also removed layout_toStartOf since
it is redundant in LTR, and will cause phone numbers to align to
the left on RTL

RTL:
https://screenshot.googleplex.com/ZC7FpJp23ET
LTR:
https://screenshot.googleplex.com/hGoRSJjgyJ1
Before:
https://screenshot.googleplex.com/mt1XLgUusFX

Test: manual
Change-Id: I3381ecb229600563df8ca3dca4f7c1810f6e330d
Fixes: 30130422
parent e73ddbfe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,8 +28,8 @@
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentStart="true"
        android:layout_toStartOf="@+id/delete_blocked_number"
        android:paddingTop="@dimen/blocked_numbers_delete_icon_padding" />
        android:paddingTop="@dimen/blocked_numbers_delete_icon_padding"
        android:textDirection="ltr" />

    <ImageView
            android:id="@+id/delete_blocked_number"