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

am: d2f42970bf

Change-Id: Iecac3e7e8a04356f377a2d8886bb86f70c0ab96e
This commit is contained in:
Lei Yang
2017-09-26 23:35:26 +00:00
committed by android-build-merger

View File

@@ -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"
@@ -64,4 +72,5 @@
android:visibility="gone"
style="@android:style/Widget.ProgressBar.Large" />
</LinearLayout>
</LinearLayout>
</ScrollView>