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

Commit 7e118e26 authored by Grace Jia's avatar Grace Jia
Browse files

Fix overlap between lone phone number and cancel button in Arabic.

Test: Manually set system to Arabic and make sure there's no overlap
Bug: 170904734
Change-Id: Iaacf0d603371d2577714a1548e6b794f5c4f26ab
parent 3e327561
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -28,9 +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:layout_alignParentLeft="true"
        android:layout_toLeftOf="@+id/delete_blocked_number"
        android:textDirection="ltr" />

    <ImageView