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

Commit dc9df4db authored by Bill Lin's avatar Bill Lin Committed by Android (Google) Code Review
Browse files

Merge "Remove redundant margin from SudContentFrame" into tm-dev

parents 96491e1e f5496a99
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -30,9 +30,7 @@
        android:layout_height="wrap_content"
        android:clipChildren="false"
        android:clipToPadding="false"
        android:orientation="vertical"
        android:layout_marginStart="?attr/sudMarginStart"
        android:layout_marginEnd="?attr/sudMarginEnd">
        android:orientation="vertical">

        <com.google.android.setupdesign.view.RichTextView
            android:id="@+id/error_text"
+1 −3
Original line number Diff line number Diff line
@@ -30,9 +30,7 @@
        android:layout_height="wrap_content"
        android:clipChildren="false"
        android:clipToPadding="false"
        android:orientation="vertical"
        android:layout_marginStart="?attr/sudMarginStart"
        android:layout_marginEnd="?attr/sudMarginEnd">
        android:orientation="vertical">

        <com.google.android.setupdesign.view.RichTextView
            android:id="@+id/error_text"