|
|
@ -7,7 +7,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<Spinner
|
|
|
|
<Spinner
|
|
|
|
android:id="@+id/spTarget"
|
|
|
|
android:id="@+id/spTarget"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
android:entries="@array/targetNames"
|
|
|
|
android:entries="@array/targetNames"
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
<ListView
|
|
|
|
<ListView
|
|
|
|
android:id="@+id/lvGroup"
|
|
|
|
android:id="@+id/lvGroup"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="210dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="24dp"
|
|
|
|
android:layout_marginTop="24dp"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/spTarget" />
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/spTarget" />
|
|
|
|