Improve server select layout margins
This commit is contained in:
parent
6c53cace19
commit
efd511e99e
1 changed files with 3 additions and 3 deletions
|
@ -31,8 +31,7 @@
|
||||||
android:id="@+id/main_content"
|
android:id="@+id/main_content"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="24dp"
|
android:layout_marginHorizontal="12dp"
|
||||||
android:layout_marginEnd="24dp"
|
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
|
@ -43,8 +42,9 @@
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/text_add_server"
|
android:id="@+id/text_add_server"
|
||||||
style="@style/text_header"
|
style="@style/text_header"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginHorizontal="12dp"
|
||||||
android:layout_marginBottom="32dp"
|
android:layout_marginBottom="32dp"
|
||||||
android:text="@string/select_server"
|
android:text="@string/select_server"
|
||||||
android:textColor="?android:textColorPrimary" />
|
android:textColor="?android:textColorPrimary" />
|
||||||
|
|
Loading…
Reference in a new issue