mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Small layout improvement
This commit is contained in:
parent
aa7debc8e4
commit
051a4266f4
1 changed files with 2 additions and 0 deletions
|
@ -422,6 +422,7 @@
|
|||
android:id="@+id/tvOnClose"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginEnd="48dp"
|
||||
android:text="@string/title_advanced_onclose"
|
||||
|
@ -435,6 +436,7 @@
|
|||
android:id="@+id/spOnClose"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:entries="@array/onCloseNames"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
|
Loading…
Reference in a new issue