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

Commit 8a183a9b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make 'Format as portable' scrollable"

parents c02d474b 87ef94e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
    android:layout_height="match_parent"
    android:orientation="vertical">

    <ScrollView
    <androidx.core.widget.NestedScrollView
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="1">
@@ -35,7 +35,7 @@
            android:lineSpacingExtra="@dimen/sud_description_line_spacing_extra"
            android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Body1"
            android:textColor="?android:attr/textColorPrimary" />
    </ScrollView>
    </androidx.core.widget.NestedScrollView>

    <FrameLayout
        android:layout_width="match_parent"