Wrap change password layout with ScrollView (Fix #346) (#349)

This commit is contained in:
0140454 2018-07-28 23:06:56 +08:00 committed by m2049r
parent 92728026c7
commit 023fb9e215
1 changed files with 57 additions and 51 deletions

View File

@ -1,6 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
@ -60,3 +64,5 @@
</LinearLayout>
</LinearLayout>
</ScrollView>