forked from GitHub-Mirror/riotX-android
QuickFix / Allow to scroll under login button
This commit is contained in:
parent
ec53ce9d00
commit
b0e80e49b3
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user