mirror of
https://github.com/a-mayb3/KanbanCloneAndroid.git
synced 2026-03-21 10:05:39 +01:00
Moved adapters to their own package and create collaborator item
This commit is contained in:
parent
421ffd5dc9
commit
e9e2ac3d2a
6 changed files with 159 additions and 46 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue