QuickFix / Allow to scroll under login button

This commit is contained in:
Valere 2019-05-21 16:28:47 +02:00
parent ec53ce9d00
commit b0e80e49b3
1 changed files with 6 additions and 1 deletions

View File

@ -15,7 +15,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="24dp">
android:paddingStart="24dp"
android:paddingLeft="24dp"
android:paddingTop="24dp"
android:paddingEnd="24dp"
android:paddingRight="24dp"
android:paddingBottom="80dp">

<ImageView
android:id="@+id/logoImageView"