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

Commit a40f7c0f authored by Lei Yang's avatar Lei Yang Committed by android-build-merger
Browse files

Merge "Fix "Set up Wi-Fi NFC Tag" dialog cannot be scrolled"

am: d2f42970

Change-Id: Iecac3e7e8a04356f377a2d8886bb86f70c0ab96e
parents 00c0d436 d2f42970
Loading
Loading
Loading
Loading
+50 −41
Original line number Diff line number Diff line
@@ -15,7 +15,15 @@
     limitations under the License.
-->

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:fadeScrollbars="false"
        android:scrollIndicators="top|bottom">

    <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            style="@style/wifi_section">

        <LinearLayout android:id="@+id/password_layout"
@@ -65,3 +73,4 @@
                style="@android:style/Widget.ProgressBar.Large" />

    </LinearLayout>
</ScrollView>