Skip to content

Commit

Permalink
solve issue Avoid 'form movements' in the login screen commons-app#1107
Browse files Browse the repository at this point in the history
  • Loading branch information
saurav053 authored and neslihanturan committed Nov 6, 2019
1 parent 6e1df96 commit ca8069b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_login.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
Expand Down Expand Up @@ -252,4 +252,4 @@

</RelativeLayout>

</ScrollView>
</LinearLayout>

0 comments on commit ca8069b

Please sign in to comment.