Add recyclerview click listener

This commit is contained in:
2020-04-27 20:19:00 +02:00
parent cdf9b5b155
commit 48c4cfc121
4 changed files with 36 additions and 5 deletions

View File

@@ -88,8 +88,8 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerv"
android:layout_width="409dp"
android:layout_height="540dp"
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_marginTop="16dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"