mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Fix login server selection spacing
This commit is contained in:
parent
47b4968dd0
commit
3ddda4e55e
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@
|
|||
android:id="@+id/loginServerIKnowMyIdSubmit"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/layout_vertical_margin"
|
||||
android:layout_marginTop="24dp"
|
||||
android:background="@drawable/bg_login_server_selector"
|
||||
android:contentDescription="@string/login_a11y_connect_using_matrix_id_sc"
|
||||
android:minHeight="80dp"
|
||||
|
@ -134,7 +134,7 @@
|
|||
android:id="@+id/loginServerChoiceMatrixOrg"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="24dp"
|
||||
android:layout_marginTop="@dimen/layout_vertical_margin"
|
||||
android:background="@drawable/bg_login_server_selector"
|
||||
android:contentDescription="@string/login_a11y_choose_matrix_org"
|
||||
android:minHeight="80dp"
|
||||
|
|
Loading…
Add table
Reference in a new issue