Add scout notice, start work on scouting report system

This commit is contained in:
Michael Mikovsky
2025-04-11 22:07:41 -06:00
parent e559b4dac9
commit e280fc8523
18 changed files with 346 additions and 19 deletions
@@ -18,6 +18,26 @@
android:orientation="vertical"
android:paddingTop="48dp">
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/scouting_notice_box"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_margin="5dp"
android:background="@drawable/border"
android:padding="10dp"
android:orientation="horizontal">
<TextView
android:id="@+id/scouting_notice_text"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textAppearance="@style/TextAppearance.MaterialComponents.Subtitle1"
android:text="Scouting Notice">
</TextView>
</androidx.constraintlayout.widget.ConstraintLayout>
<com.ridgebotics.ridgescout.ui.TeamCard
android:id="@+id/match_team_card"
android:layout_width="match_parent"