mirror of
https://github.com/element-hq/element-android
synced 2024-11-25 02:45:37 +03:00
Login screens: fix layout issue
This commit is contained in:
parent
6cb3c222a9
commit
311d8ddf7b
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
android:textAppearance="@style/TextAppearance.Vector.Login.Title"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/loginSignupSigninServerIcon"
|
||||
app:layout_goneMarginTop="172dp"
|
||||
app:layout_goneMarginTop="0dp"
|
||||
tools:text="@string/login_connect_to" />
|
||||
|
||||
<TextView
|
||||
|
|
Loading…
Reference in a new issue