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

Commit 9e8ebd12 authored by Mohamed's avatar Mohamed
Browse files

Fix RTL for blocked number layout

BUG: 27898846
BUG: 27945562
Change-Id: Ia029c76691ac3ff6b85a46593e357ec0ff92fba6
parent bc198ff3
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -27,9 +27,9 @@
        android:id="@+id/blocked_number"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentLeft="true"
        android:paddingTop="@dimen/blocked_numbers_delete_icon_padding"
        android:layout_toLeftOf="@+id/delete" />
        android:layout_alignParentStart="true"
        android:layout_toStartOf="@+id/delete_blocked_number"
        android:paddingTop="@dimen/blocked_numbers_delete_icon_padding" />

    <ImageView
            android:id="@+id/delete_blocked_number"
@@ -37,7 +37,7 @@
            android:layout_height="wrap_content"
            android:padding="@dimen/blocked_numbers_delete_icon_padding"
            android:src="@drawable/ic_close_grey_24dp"
            android:layout_alignParentRight="true"
            android:layout_alignParentEnd="true"
            android:contentDescription="@string/delete_icon_description"
            android:background="?android:attr/selectableItemBackgroundBorderless" />
</RelativeLayout>
 No newline at end of file