Write ReorderableTableLayout

This commit is contained in:
Astatin3
2024-07-23 12:27:45 -06:00
parent 5be19880d4
commit fe92d4e27b
8 changed files with 252 additions and 19 deletions
+2 -2
View File
@@ -204,12 +204,12 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<TableLayout
<com.astatin3.scoutingapp2025.utility.ReorderableTableLayout
android:id="@+id/fieldsArea"
android:layout_width="match_parent"
android:layout_height="match_parent">
</TableLayout>
</com.astatin3.scoutingapp2025.utility.ReorderableTableLayout>
<!-- <TableLayout-->
<!-- android:id="@+id/searchTable"-->