Skip to content

Commit ca8069b

Browse files
saurav053neslihanturan
authored andcommitted
solve issue Avoid 'form movements' in the login screen commons-app#1107 (commons-app#2936)
1 parent 6e1df96 commit ca8069b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/layout/activity_login.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
1+
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
22
xmlns:app="http://schemas.android.com/apk/res-auto"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:layout_width="match_parent"
@@ -252,4 +252,4 @@
252252

253253
</RelativeLayout>
254254

255-
</ScrollView>
255+
</LinearLayout>

0 commit comments

Comments
 (0)