Skip to content

Commit cea9d85

Browse files
committed
Minor fix
1 parent 91e630a commit cea9d85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎app/src/main/res/layout/participant_list_fragment.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:app="http://schemas.android.com/apk/res-auto"
44
xmlns:tools="http://schemas.android.com/tools"
5-
android:id="@+id/placesRecycler"
5+
android:id="@+id/recycler"
66
android:name="it.unimib.pickapp.ui.ParticipantListFragment"
77
android:layout_width="match_parent"
88
android:layout_height="match_parent"

‎app/src/main/res/layout/place_selection_fragment.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:app="http://schemas.android.com/apk/res-auto"
44
xmlns:tools="http://schemas.android.com/tools"
5-
android:id="@+id/recycler"
5+
android:id="@+id/placesRecycler"
66
android:name="it.unimib.pickapp.ui.FPlaceSelectionFragment"
77
android:layout_width="match_parent"
88
android:layout_height="match_parent"

0 commit comments

Comments
 (0)