Add comments to classes and update TODO

This commit is contained in:
Michael Mikovsky
2025-04-21 12:06:37 -06:00
parent 50419e284c
commit 36801e2f9b
85 changed files with 281 additions and 365 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.ridgebotics.ridgescout.ui.CustomSpinnerView
<com.ridgebotics.ridgescout.ui.views.CustomSpinnerView
android:id="@+id/data_type_dropdown"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -19,12 +19,12 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<com.ridgebotics.ridgescout.ui.CustomSpinnerView
<com.ridgebotics.ridgescout.ui.views.CustomSpinnerView
android:id="@+id/data_type_spinner"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<com.ridgebotics.ridgescout.ui.TeamCard
<com.ridgebotics.ridgescout.ui.views.TeamCard
android:id="@+id/data_team_card"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -38,7 +38,7 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<com.ridgebotics.ridgescout.ui.TeamCard
<com.ridgebotics.ridgescout.ui.views.TeamCard
android:id="@+id/match_team_card"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
@@ -73,7 +73,7 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<com.ridgebotics.ridgescout.ui.TeamCard
<com.ridgebotics.ridgescout.ui.views.TeamCard
android:id="@+id/pits_team_card"
android:layout_width="wrap_content"
android:layout_height="wrap_content"