mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-13 02:13:04 +01:00
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_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="vertical"
|
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
|
<ImageView
|
||||||
android:id="@+id/logoImageView"
|
android:id="@+id/logoImageView"
|
||||||
|
Loading…
Reference in New Issue
Block a user