Fixed scrolling on the Wi-Fi Settings Dialog.

+ When needed, scrollbars will always appear on the Wi-Fi Settings Dialog.

Bug: 17166502
Change-Id: I7f61746b505d1a1476e987571dc757d01ce636df
This commit is contained in:
PauloftheWest
2014-09-08 14:52:37 -07:00
parent 1f389c1996
commit 7ac5a1e887

View File

@@ -16,7 +16,8 @@
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:fadeScrollbars="false">
<LinearLayout
android:layout_width="match_parent"