Start work on search menu, other random stuff

This commit is contained in:
Astatin3
2024-07-02 15:42:43 -06:00
parent 7e0347f782
commit 3084224af9
10 changed files with 382 additions and 25 deletions
+11 -4
View File
@@ -109,10 +109,17 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<!-- <TableLayout-->
<!-- android:id="@+id/matchTable"-->
<!-- android:layout_width="match_parent"-->
<!-- android:layout_height="match_parent" />-->
<ScrollView
android:id="@+id/searchArea"
android:layout_width="match_parent"
android:layout_height="match_parent">
<!-- <TableLayout-->
<!-- android:id="@+id/searchTable"-->
<!-- android:layout_width="match_parent"-->
<!-- android:layout_height="wrap_content" />-->
</ScrollView>
</LinearLayout>
</com.astatin3.scoutingapp2025.ui.data.searchView>