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

Commit 492fdf4c authored by Ta-wei Yen's avatar Ta-wei Yen Committed by Android (Google) Code Review
Browse files

Merge "Fix RTL numbers in BlockedNumbersActivity" into oc-mr1-dev

parents bcf23de0 26422e7d
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"