fix-7 Fix displaying items by recyclewVIew. Update dependencies (#8)

Co-authored-by: Adrian Kuta <a.kuta@bsgroup.eu>
This commit is contained in:
2022-11-22 17:35:42 +01:00
committed by GitHub
parent 40c8e28e45
commit bbfeba6faa
13 changed files with 38 additions and 45 deletions

View File

@ -10,6 +10,8 @@
android:id="@+id/recyclerView"
android:layout_width="0dp"
android:layout_height="0dp"
android:orientation="vertical"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"