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

Commit c84ccbfb authored by Maurice Lam's avatar Maurice Lam Committed by Android (Google) Code Review
Browse files

Merge "[RedactionInterstitial] Fix RTL text alignment"

parents eac385e2 78ce0e47
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"