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

Commit c03cf009 authored by Maurice Lam's avatar Maurice Lam Committed by android-build-merger
Browse files

resolve merge conflicts of f36b25c2 to stage-aosp-master am: d4621f63

am: 0e1c486e

Change-Id: I9b94c26c4df2329e388eeb925350a2446ef9148e
parents ab80b6ee 0e1c486e
Loading
Loading
Loading
Loading
+48 −39
Original line number Diff line number Diff line
@@ -40,9 +40,16 @@
            android:clipToPadding="false"
            android:orientation="vertical">

            <LinearLayout
            <ScrollView
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:clipChildren="false"
                android:clipToPadding="false"
                android:fillViewport="true">

                <LinearLayout
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:orientation="vertical"
                    android:clipChildren="false"
                    android:clipToPadding="false">
@@ -86,6 +93,8 @@

                </LinearLayout>

            </ScrollView>

        </LinearLayout>

        <FrameLayout