mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Small layout improvement
This commit is contained in:
parent
16665e71c8
commit
1a345af89d
2 changed files with 2 additions and 3 deletions
|
@ -1012,7 +1012,6 @@ public class FragmentCompose extends FragmentBase {
|
|||
lvGroup.setAdapter(adapter);
|
||||
|
||||
final AlertDialog dialog = new DialogBuilderLifecycle(getContext(), getViewLifecycleOwner())
|
||||
.setTitle(R.string.title_insert_contact_group)
|
||||
.setView(dview)
|
||||
.create();
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<Spinner
|
||||
android:id="@+id/spTarget"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="12dp"
|
||||
android:entries="@array/targetNames"
|
||||
|
@ -17,7 +17,7 @@
|
|||
<ListView
|
||||
android:id="@+id/lvGroup"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="210dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="24dp"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/spTarget" />
|
||||
|
|
Loading…
Reference in a new issue