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

Commit 78ce0e47 authored by Maurice Lam's avatar Maurice Lam
Browse files

[RedactionInterstitial] Fix RTL text alignment

Bug: 26274783
Change-Id: I3847daa7f63f1caf93aa2ed119b8f176e79d250a
parent 88c8aad7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
        android:paddingEnd="?attr/side_margin">

    <TextView
            android:layout_width="wrap_content"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="@dimen/redaction_vertical_margins"
            android:layout_marginStart="?android:attr/listPreferredItemPaddingStart"
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@

        <TextView
            style="@style/SuwDescription"
            android:layout_width="wrap_content"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginStart="?android:attr/listPreferredItemPaddingStart"
            android:layout_marginEnd="?android:attr/listPreferredItemPaddingEnd"