Add recyclerview

This commit is contained in:
2020-04-26 20:38:34 +02:00
parent 9abc83001e
commit cdf9b5b155
7 changed files with 115 additions and 3 deletions

View File

@@ -85,4 +85,15 @@
android:text="Singen"
app:layout_constraintStart_toEndOf="@+id/textView"
app:layout_constraintTop_toBottomOf="@+id/state" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerv"
android:layout_width="409dp"
android:layout_height="540dp"
android:layout_marginTop="16dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/btnSingen"
app:layout_constraintVertical_bias="1.0" />
</androidx.constraintlayout.widget.ConstraintLayout>