Small layout improvement

This commit is contained in:
M66B 2019-04-27 22:15:54 +02:00
parent 16665e71c8
commit 1a345af89d
2 changed files with 2 additions and 3 deletions

View File

@ -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();

View File

@ -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" />