Made LoginView Scrollable

This commit is contained in:
YuviPanda 2013-02-23 13:57:02 +05:30
parent 599be3c1bd
commit d7d1de9504

View file

@ -1,5 +1,8 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
@ -55,3 +58,4 @@
</LinearLayout>
</LinearLayout>
</ScrollView>