Moved adapters to their own package and create collaborator item

This commit is contained in:
Marta Borgia Leiva 2026-02-12 11:42:14 +01:00
parent 421ffd5dc9
commit e9e2ac3d2a
6 changed files with 159 additions and 46 deletions

View file

@ -35,7 +35,7 @@
<androidx.recyclerview.widget.RecyclerView
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:layout_editor_absoluteX="1dp"
tools:layout_editor_absoluteX="0dp"
app:layout_constraintTop_toBottomOf="@+id/logoutButton"
android:layout_marginTop="8dp"
android:id="@+id/projectsRecyclerView" />
@ -51,4 +51,4 @@
android:layout_marginEnd="16dp"
app:layout_constraintEnd_toEndOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>