Route works and is clickable

This commit is contained in:
RemoMeijer
2020-12-17 14:35:05 +01:00
parent aba26f3211
commit 1f7cd49a90
6 changed files with 105 additions and 19 deletions

View File

@@ -28,7 +28,7 @@
app:layout_constraintTop_toTopOf="parent" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/routeListRV"
android:id="@+id/routeRecyclerView"
android:layout_width="0dp"
android:layout_height="0dp"
android:background="@color/primaryColour"

View File

@@ -17,7 +17,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:id="@+id/routeName"
android:id="@+id/route_name"
android:text="test text"
android:gravity="center"
android:textSize="20dp"