Display all stop's when selected path

This commit is contained in:
clement
2024-07-10 15:12:31 +02:00
parent a617a29e75
commit 49cdd06d5c
2 changed files with 49 additions and 1 deletions

View File

@@ -5,5 +5,9 @@
<Spinner
android:id="@+id/combo_path">
</Spinner>
<TableLayout
android:id="@+id/stop_table"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</TableLayout>