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

Commit adc728fe authored by Russell Brenner's avatar Russell Brenner Committed by The Android Automerger
Browse files

Fix layout with no access points

The "Searching for Wi-Fi" message was filling it's view parent,
pushing the "Other network..." option and Skip button out of view.

Bug: 7335738
Change-Id: I6fd1ceff67e04385c6e325ec4bb8a2e30f38c924
parent f012a9dd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -97,7 +97,8 @@
        <TextView
            android:id="@android:id/empty"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_height="0px"
            android:layout_weight="1"
            android:gravity="center"
            android:visibility="gone" />