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

Commit f5496a99 authored by Bill Lin's avatar Bill Lin
Browse files

Remove redundant margin from SudContentFrame

Test: make and diff screen
Bug: 229197953
Change-Id: I8d4de113ba69ee72b0eb36ad95ae395afa6eab11
parent 91adbd3b
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"