added settings, and made settings functional

This commit is contained in:
wildercayden 2025-10-07 12:37:23 -04:00
parent 1d1fb67f6a
commit 35d9cc6690
96 changed files with 516 additions and 14261 deletions

View File

@ -232,6 +232,18 @@
<option name="screenX" value="1080" />
<option name="screenY" value="2640" />
</PersistentDeviceSelectionData>
<PersistentDeviceSelectionData>
<option name="api" value="36" />
<option name="brand" value="google" />
<option name="codename" value="blazer" />
<option name="id" value="blazer" />
<option name="labId" value="google" />
<option name="manufacturer" value="Google" />
<option name="name" value="Pixel 10 Pro" />
<option name="screenDensity" value="420" />
<option name="screenX" value="1080" />
<option name="screenY" value="2410" />
</PersistentDeviceSelectionData>
<PersistentDeviceSelectionData>
<option name="api" value="32" />
<option name="brand" value="google" />
@ -439,6 +451,18 @@
<option name="screenX" value="720" />
<option name="screenY" value="1600" />
</PersistentDeviceSelectionData>
<PersistentDeviceSelectionData>
<option name="api" value="36" />
<option name="brand" value="google" />
<option name="codename" value="frankel" />
<option name="id" value="frankel" />
<option name="labId" value="google" />
<option name="manufacturer" value="Google" />
<option name="name" value="Pixel 10" />
<option name="screenDensity" value="420" />
<option name="screenX" value="1080" />
<option name="screenY" value="2424" />
</PersistentDeviceSelectionData>
<PersistentDeviceSelectionData>
<option name="api" value="34" />
<option name="brand" value="samsung" />
@ -657,6 +681,18 @@
<option name="screenX" value="720" />
<option name="screenY" value="1600" />
</PersistentDeviceSelectionData>
<PersistentDeviceSelectionData>
<option name="api" value="36" />
<option name="brand" value="google" />
<option name="codename" value="mustang" />
<option name="id" value="mustang" />
<option name="labId" value="google" />
<option name="manufacturer" value="Google" />
<option name="name" value="Pixel 10 Pro XL" />
<option name="screenDensity" value="390" />
<option name="screenX" value="1080" />
<option name="screenY" value="2404" />
</PersistentDeviceSelectionData>
<PersistentDeviceSelectionData>
<option name="api" value="34" />
<option name="brand" value="samsung" />

View File

@ -1,4 +1,4 @@
#Fri Oct 03 13:00:20 EDT 2025
#Tue Oct 07 12:03:11 EDT 2025
com.example.scoutingapp-main-33\:/drawable/_025_reefscape_transparent_background.png=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable__025_reefscape_transparent_background.png.flat
com.example.scoutingapp-main-33\:/drawable/_025_reefscape_transparent_background_blue.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable__025_reefscape_transparent_background_blue.webp.flat
com.example.scoutingapp-main-33\:/drawable/ic_launcher_background.xml=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_ic_launcher_background.xml.flat

View File

@ -1,4 +1,4 @@
#Fri Oct 03 13:00:20 EDT 2025
#Tue Oct 07 12:03:11 EDT 2025
com.example.scoutingapp-main-5\:/drawable/_025_reefscape_transparent_background.png=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable\\_025_reefscape_transparent_background.png
com.example.scoutingapp-main-5\:/drawable/_025_reefscape_transparent_background_blue.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable\\_025_reefscape_transparent_background_blue.webp
com.example.scoutingapp-main-5\:/drawable/ic_launcher_background.xml=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable\\ic_launcher_background.xml

View File

@ -1,28 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="black">#FF000000</color>
<color name="ic_launcher_background">#000000</color>
<color name="white">#FFFFFFFF</color>
<string name="app_name">Scouting App</string>
<string name="auto">Auto</string>
<string name="can_leave">Can Leave</string>
<string name="can_remove_algae">Can Remove Algae</string>
<string name="coralScored">%s%dx</string>
<string name="coral_pickup">Coral Pickup</string>
<string name="hold_button_to_ndecrement">Hold button to \ndecrement</string>
<string name="image_of_field">Image of field</string>
<string name="l1">L1</string>
<string name="l2">L2</string>
<string name="l3">L3</string>
<string name="l4">L4</string>
<string name="net">Net</string>
<string name="next_hold">Next (Hold)</string>
<string name="processor">Processor</string>
<string name="submit">Submit</string>
<string name="tele">Tele</string>
<style name="Base.Theme.ScoutingApp" parent="Theme.Material3.DayNight.NoActionBar">
</style>
<style name="Theme.ScoutingApp" parent="Base.Theme.ScoutingApp"/>
</resources>

View File

@ -1,4 +1,4 @@
#Fri Oct 03 13:00:21 EDT 2025
#Tue Oct 07 12:35:59 EDT 2025
base.0=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\dex\\debug\\mergeExtDexDebug\\classes.dex
base.1=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\0\\classes.dex
base.2=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\4\\classes.dex

View File

@ -32,6 +32,9 @@ id TextPine
id blue1Button
id blue2Button
id blue3Button
id buttonNext
id buttonReset
id buttonSave
id button_L1
id button_L2
id button_L3

View File

@ -12,20 +12,8 @@
"source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\xml\\data_extraction_rules.xml"
},
{
"merged": "com.example.scoutingapp-debug-31:/mipmap-xxhdpi_ic_launcher_round.webp.flat",
"source": "com.example.scoutingapp-main-33:/mipmap-xxhdpi/ic_launcher_round.webp"
},
{
"merged": "com.example.scoutingapp-debug-31:/mipmap-mdpi_ic_launcher_foreground.webp.flat",
"source": "com.example.scoutingapp-main-33:/mipmap-mdpi/ic_launcher_foreground.webp"
},
{
"merged": "com.example.scoutingapp-debug-31:/mipmap-xxhdpi_ic_launcher_foreground.webp.flat",
"source": "com.example.scoutingapp-main-33:/mipmap-xxhdpi/ic_launcher_foreground.webp"
},
{
"merged": "com.example.scoutingapp-debug-31:/mipmap-hdpi_ic_launcher.webp.flat",
"source": "com.example.scoutingapp-main-33:/mipmap-hdpi/ic_launcher.webp"
"merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-xhdpi_ic_launcher_foreground.webp.flat",
"source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-xhdpi\\ic_launcher_foreground.webp"
},
{
"merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\layout_activity_auto.xml.flat",
@ -40,29 +28,13 @@
"source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\drawable\\_025_reefscape_transparent_background.png"
},
{
"merged": "com.example.scoutingapp-debug-31:/mipmap-xxxhdpi_ic_launcher.webp.flat",
"source": "com.example.scoutingapp-main-33:/mipmap-xxxhdpi/ic_launcher.webp"
"merged": "com.example.scoutingapp-debug-31:/layout_activity_settings.xml.flat",
"source": "com.example.scoutingapp-main-33:/layout/activity_settings.xml"
},
{
"merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\drawable_ic_launcher_foreground.xml.flat",
"source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\drawable\\ic_launcher_foreground.xml"
},
{
"merged": "com.example.scoutingapp-debug-31:/mipmap-xxxhdpi_ic_launcher_foreground.webp.flat",
"source": "com.example.scoutingapp-main-33:/mipmap-xxxhdpi/ic_launcher_foreground.webp"
},
{
"merged": "com.example.scoutingapp-debug-31:/mipmap-xhdpi_ic_launcher.webp.flat",
"source": "com.example.scoutingapp-main-33:/mipmap-xhdpi/ic_launcher.webp"
},
{
"merged": "com.example.scoutingapp-debug-31:/mipmap-hdpi_ic_launcher_foreground.webp.flat",
"source": "com.example.scoutingapp-main-33:/mipmap-hdpi/ic_launcher_foreground.webp"
},
{
"merged": "com.example.scoutingapp-debug-31:/mipmap-anydpi-v26_ic_launcher.xml.flat",
"source": "com.example.scoutingapp-main-33:/mipmap-anydpi-v26/ic_launcher.xml"
},
{
"merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-hdpi_ic_launcher.webp.flat",
"source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-hdpi\\ic_launcher.webp"
@ -71,13 +43,17 @@
"merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\layout_activity_settings.xml.flat",
"source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\layout\\activity_settings.xml"
},
{
"merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-hdpi_ic_launcher_foreground.webp.flat",
"source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-hdpi\\ic_launcher_foreground.webp"
},
{
"merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-xxxhdpi_ic_launcher_round.webp.flat",
"source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-xxxhdpi\\ic_launcher_round.webp"
},
{
"merged": "com.example.scoutingapp-debug-31:/mipmap-xxxhdpi_ic_launcher_round.webp.flat",
"source": "com.example.scoutingapp-main-33:/mipmap-xxxhdpi/ic_launcher_round.webp"
"merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-xxxhdpi_ic_launcher_foreground.webp.flat",
"source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-xxxhdpi\\ic_launcher_foreground.webp"
},
{
"merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\drawable_screenshot_2025_01_16_115155.webp.flat",
@ -103,10 +79,6 @@
"merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-mdpi_ic_launcher.webp.flat",
"source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-mdpi\\ic_launcher.webp"
},
{
"merged": "com.example.scoutingapp-debug-31:/mipmap-mdpi_ic_launcher.webp.flat",
"source": "com.example.scoutingapp-main-33:/mipmap-mdpi/ic_launcher.webp"
},
{
"merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-hdpi_ic_launcher_round.webp.flat",
"source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-hdpi\\ic_launcher_round.webp"
@ -115,10 +87,6 @@
"merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\drawable_ic_launcher_background.xml.flat",
"source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\drawable\\ic_launcher_background.xml"
},
{
"merged": "com.example.scoutingapp-debug-31:/mipmap-mdpi_ic_launcher_round.webp.flat",
"source": "com.example.scoutingapp-main-33:/mipmap-mdpi/ic_launcher_round.webp"
},
{
"merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-xhdpi_ic_launcher_round.webp.flat",
"source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-xhdpi\\ic_launcher_round.webp"
@ -132,32 +100,24 @@
"source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-xxhdpi\\ic_launcher_round.webp"
},
{
"merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\layout_activity_tele.xml.flat",
"source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\layout\\activity_tele.xml"
"merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-mdpi_ic_launcher_foreground.webp.flat",
"source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-mdpi\\ic_launcher_foreground.webp"
},
{
"merged": "com.example.scoutingapp-debug-31:/mipmap-xhdpi_ic_launcher_foreground.webp.flat",
"source": "com.example.scoutingapp-main-33:/mipmap-xhdpi/ic_launcher_foreground.webp"
"merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\layout_activity_tele.xml.flat",
"source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\layout\\activity_tele.xml"
},
{
"merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-xxhdpi_ic_launcher.webp.flat",
"source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-xxhdpi\\ic_launcher.webp"
},
{
"merged": "com.example.scoutingapp-debug-31:/mipmap-xhdpi_ic_launcher_round.webp.flat",
"source": "com.example.scoutingapp-main-33:/mipmap-xhdpi/ic_launcher_round.webp"
},
{
"merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-anydpi-v26_ic_launcher.xml.flat",
"source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-anydpi-v26\\ic_launcher.xml"
},
{
"merged": "com.example.scoutingapp-debug-31:/mipmap-hdpi_ic_launcher_round.webp.flat",
"source": "com.example.scoutingapp-main-33:/mipmap-hdpi/ic_launcher_round.webp"
},
{
"merged": "com.example.scoutingapp-debug-31:/mipmap-anydpi-v26_ic_launcher_round.xml.flat",
"source": "com.example.scoutingapp-main-33:/mipmap-anydpi-v26/ic_launcher_round.xml"
"merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-xxhdpi_ic_launcher_foreground.webp.flat",
"source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-xxhdpi\\ic_launcher_foreground.webp"
},
{
"merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\drawable__025_reefscape_transparent_background_blue.webp.flat",
@ -170,9 +130,5 @@
{
"merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-xhdpi_ic_launcher.webp.flat",
"source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-xhdpi\\ic_launcher.webp"
},
{
"merged": "com.example.scoutingapp-debug-31:/mipmap-xxhdpi_ic_launcher.webp.flat",
"source": "com.example.scoutingapp-main-33:/mipmap-xxhdpi/ic_launcher.webp"
}
]

View File

@ -8,6 +8,46 @@
android:layout_height="match_parent"
tools:context=".SettingsActivity">
<Button
android:id="@+id/buttonReset"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:backgroundTint="#FF5722"
android:text="Reset"
app:layout_constraintBottom_toTopOf="@+id/buttonNext"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.497"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/Match" />
<Button
android:id="@+id/buttonNext"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="4dp"
android:layout_marginEnd="8dp"
android:layout_marginBottom="4dp"
android:backgroundTint="#FF5722"
android:text="Next"
app:cornerRadius="0dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/buttonSave" />
<Button
android:id="@+id/buttonSave"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginEnd="4dp"
android:layout_marginBottom="4dp"
android:backgroundTint="#FF5722"
android:text="Save"
app:cornerRadius="0dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/buttonNext"
app:layout_constraintStart_toStartOf="parent" />
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/Name"
android:layout_width="match_parent"

View File

@ -3236,7 +3236,10 @@ int id bounce 0x7f080077
int id bounceBoth 0x7f080078
int id bounceEnd 0x7f080079
int id bounceStart 0x7f08007a
int id buttonNext 0x7f08022e
int id buttonPanel 0x7f08007b
int id buttonReset 0x7f080230
int id buttonSave 0x7f08022f
int id button_L1 0x7f08007c
int id button_L2 0x7f08007d
int id button_L3 0x7f08007e

View File

@ -1,84 +1,66 @@
com.example.scoutingapp:style/ThemeOverlay.Material3.TextInputEditText.FilledBox.Dense = 0x7f1102bb
com.example.scoutingapp:style/Widget.MaterialComponents.Light.ActionBar.Solid = 0x7f11041c
com.example.scoutingapp:style/TextAppearance.Material3.ActionBar.Subtitle = 0x7f1101e3
com.example.scoutingapp:style/ThemeOverlay.Material3.TextInputEditText = 0x7f1102b9
com.example.scoutingapp:styleable/ViewPager2 = 0x7f120096
com.example.scoutingapp:id/fixed = 0x7f0800e4
com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.Fullscreen = 0x7f110426
com.example.scoutingapp:style/Theme.AppCompat.DayNight.DialogWhenLarge = 0x7f110213
com.example.scoutingapp:raw/info = 0x7f0f0000
com.example.scoutingapp:style/Widget.MaterialComponents.Chip.Action = 0x7f11040c
com.example.scoutingapp:style/Widget.Material3.Toolbar.OnSurface = 0x7f1103e6
com.example.scoutingapp:style/Base.Widget.MaterialComponents.TextInputEditText = 0x7f11011d
com.example.scoutingapp:style/TextAppearance.Material3.ActionBar.Subtitle = 0x7f1101e3
com.example.scoutingapp:style/Widget.MaterialComponents.Light.ActionBar.Solid = 0x7f11041c
com.example.scoutingapp:string/mtrl_picker_start_date_description = 0x7f100090
com.example.scoutingapp:string/mtrl_checkbox_state_description_indeterminate = 0x7f100072
com.example.scoutingapp:style/Base.V21.Theme.AppCompat = 0x7f1100a2
com.example.scoutingapp:style/ThemeOverlay.Material3.TextInputEditText.FilledBox.Dense = 0x7f1102bb
com.example.scoutingapp:id/fixed = 0x7f0800e4
com.example.scoutingapp:style/Widget.Material3.SearchView.Prefix = 0x7f1103c9
com.example.scoutingapp:style/ThemeOverlay.Material3.TextInputEditText = 0x7f1102b9
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Toolbar.Primary = 0x7f1102e6
com.example.scoutingapp:style/Base.Theme.MaterialComponents.DialogWhenLarge = 0x7f11006d
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Small = 0x7f11002b
com.example.scoutingapp:string/coral_pickup = 0x7f100033
com.example.scoutingapp:style/Widget.Material3.TextInputLayout.OutlinedBox.Dense = 0x7f1103e2
com.example.scoutingapp:style/Base.Widget.AppCompat.Light.ActionBar.Solid = 0x7f1100df
com.example.scoutingapp:string/call_notification_answer_action = 0x7f100025
com.example.scoutingapp:color/material_dynamic_tertiary90 = 0x7f050260
com.example.scoutingapp:styleable/TextInputEditText = 0x7f12008c
com.example.scoutingapp:styleable/ActionBar = 0x7f120000
com.example.scoutingapp:raw/info = 0x7f0f0000
com.example.scoutingapp:style/Theme.AppCompat.DayNight.DialogWhenLarge = 0x7f110213
com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.Fullscreen = 0x7f110426
com.example.scoutingapp:style/Widget.MaterialComponents.Chip.Action = 0x7f11040c
com.example.scoutingapp:style/Base.Widget.AppCompat.TextView.SpinnerItem = 0x7f1100fa
com.example.scoutingapp:style/ShapeAppearance.M3.Comp.NavigationBar.Container.Shape = 0x7f11015c
com.example.scoutingapp:style/Widget.AppCompat.PopupWindow = 0x7f11031f
com.example.scoutingapp:style/Widget.Material3.LinearProgressIndicator = 0x7f110397
com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.Year.Selected = 0x7f1103ae
com.example.scoutingapp:styleable/Variant = 0x7f120093
com.example.scoutingapp:styleable/ActivityChooserView = 0x7f120005
com.example.scoutingapp:layout/mtrl_alert_dialog_actions = 0x7f0b0048
com.example.scoutingapp:style/Widget.Material3.BottomAppBar = 0x7f110347
com.example.scoutingapp:integer/m3_sys_motion_duration_medium2 = 0x7f090018
com.example.scoutingapp:style/Base.V14.Theme.MaterialComponents.Dialog = 0x7f110094
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Toolbar.Primary = 0x7f1102e6
com.example.scoutingapp:style/ShapeAppearance.M3.Comp.NavigationDrawer.ActiveIndicator.Shape = 0x7f11015d
com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker = 0x7f110458
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f110036
com.example.scoutingapp:style/Widget.AppCompat.Light.ListPopupWindow = 0x7f110312
com.example.scoutingapp:style/Base.V14.Theme.MaterialComponents.Dialog = 0x7f110094
com.example.scoutingapp:id/neverCompleteToStart = 0x7f080162
com.example.scoutingapp:id/autoCompleteToEnd = 0x7f080069
com.example.scoutingapp:style/Widget.MaterialComponents.Tooltip = 0x7f110466
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Button = 0x7f110019
com.example.scoutingapp:style/Base.V21.Theme.AppCompat = 0x7f1100a2
com.example.scoutingapp:string/material_motion_easing_linear = 0x7f10005c
com.example.scoutingapp:style/Widget.Material3.BottomAppBar = 0x7f110347
com.example.scoutingapp:style/ShapeAppearanceOverlay.MaterialComponents.TextInputLayout.FilledBox = 0x7f110193
com.example.scoutingapp:string/m3_sys_motion_easing_legacy = 0x7f10004b
com.example.scoutingapp:string/material_motion_easing_linear = 0x7f10005c
com.example.scoutingapp:integer/m3_sys_motion_duration_medium2 = 0x7f090018
com.example.scoutingapp:style/Theme.MaterialComponents.Dialog.FixedSize = 0x7f11025e
com.example.scoutingapp:id/tag_on_receive_content_mime_types = 0x7f0801e5
com.example.scoutingapp:style/Widget.AppCompat.PopupWindow = 0x7f11031f
com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.HeaderTitle = 0x7f11042e
com.example.scoutingapp:style/Widget.Material3.Button.IconButton.Filled.Tonal = 0x7f110356
com.example.scoutingapp:drawable/abc_ic_voice_search_api_material = 0x7f07004c
com.example.scoutingapp:styleable/AppCompatTheme = 0x7f120012
com.example.scoutingapp:style/Widget.Material3.BottomSheet.Modal = 0x7f11034f
com.example.scoutingapp:styleable/MaterialShape = 0x7f120059
com.example.scoutingapp:styleable/FontFamily = 0x7f120036
com.example.scoutingapp:dimen/design_bottom_sheet_peek_height_min = 0x7f06006d
com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse = 0x7f1101b7
com.example.scoutingapp:style/Widget.Material3.BottomSheet = 0x7f11034d
com.example.scoutingapp:layout/material_radial_view_group = 0x7f0b0040
com.example.scoutingapp:string/mtrl_switch_thumb_path_unchecked = 0x7f1000a1
com.example.scoutingapp:style/Widget.Material3.LinearProgressIndicator = 0x7f110397
com.example.scoutingapp:id/tag_on_receive_content_mime_types = 0x7f0801e5
com.example.scoutingapp:style/Theme.MaterialComponents.Dialog.FixedSize = 0x7f11025e
com.example.scoutingapp:style/Widget.MaterialComponents.Tooltip = 0x7f110466
com.example.scoutingapp:id/neverCompleteToStart = 0x7f080162
com.example.scoutingapp:style/Base.Theme.MaterialComponents.DialogWhenLarge = 0x7f11006d
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Small = 0x7f11002b
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Header.Text = 0x7f1102d8
com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.DayTextView = 0x7f1103a0
com.example.scoutingapp:styleable/MenuGroup = 0x7f12005f
com.example.scoutingapp:string/mtrl_switch_thumb_path_unchecked = 0x7f1000a1
com.example.scoutingapp:layout/material_radial_view_group = 0x7f0b0040
com.example.scoutingapp:style/Widget.Material3.TextInputLayout.OutlinedBox.Dense = 0x7f1103e2
com.example.scoutingapp:style/Base.Widget.AppCompat.Light.ActionBar.Solid = 0x7f1100df
com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Text = 0x7f110152
com.example.scoutingapp:id/autoCompleteToEnd = 0x7f080069
com.example.scoutingapp:style/Base.Widget.AppCompat.TextView.SpinnerItem = 0x7f1100fa
com.example.scoutingapp:color/material_dynamic_tertiary90 = 0x7f050260
com.example.scoutingapp:string/call_notification_answer_action = 0x7f100025
com.example.scoutingapp:style/TextAppearance.AppCompat.Caption = 0x7f110198
com.example.scoutingapp:string/abc_action_menu_overflow_description = 0x7f100002
com.example.scoutingapp:dimen/material_cursor_width = 0x7f060231
com.example.scoutingapp:style/ThemeOverlay.Material3.HarmonizedColors = 0x7f1102a7
com.example.scoutingapp:style/Widget.Material3.Button.TextButton.Dialog = 0x7f11035b
com.example.scoutingapp:styleable/AnimatedStateListDrawableCompat = 0x7f120007
com.example.scoutingapp:string/mtrl_picker_end_date_description = 0x7f100082
com.example.scoutingapp:macro/m3_comp_navigation_drawer_active_focus_label_text_color = 0x7f0c0079
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Button = 0x7f110019
com.example.scoutingapp:id/line3 = 0x7f080114
com.example.scoutingapp:style/Base.Widget.AppCompat.Toolbar.Button.Navigation = 0x7f1100fc
com.example.scoutingapp:style/Widget.Material3.CircularProgressIndicator.Medium = 0x7f110378
com.example.scoutingapp:styleable/MenuGroup = 0x7f12005f
com.example.scoutingapp:styleable/Motion = 0x7f120063
com.example.scoutingapp:style/TextAppearance.Design.Suffix = 0x7f1101d2
com.example.scoutingapp:interpolator/m3_sys_motion_easing_emphasized_accelerate = 0x7f0a0008
com.example.scoutingapp:style/Widget.Material3.CircularProgressIndicator.Medium = 0x7f110378
com.example.scoutingapp:style/Base.Widget.AppCompat.Toolbar.Button.Navigation = 0x7f1100fc
com.example.scoutingapp:styleable/AnimatedStateListDrawableCompat = 0x7f120007
com.example.scoutingapp:style/Widget.Material3.Button.TextButton.Dialog = 0x7f11035b
com.example.scoutingapp:style/TextAppearance.AppCompat.Caption = 0x7f110198
com.example.scoutingapp:macro/m3_comp_navigation_drawer_active_focus_label_text_color = 0x7f0c0079
com.example.scoutingapp:string/mtrl_picker_end_date_description = 0x7f100082
com.example.scoutingapp:string/abc_action_menu_overflow_description = 0x7f100002
com.example.scoutingapp:dimen/material_cursor_width = 0x7f060231
com.example.scoutingapp:id/ghost_view_holder = 0x7f0800ed
com.example.scoutingapp:style/Widget.AppCompat.EditText = 0x7f110300
com.example.scoutingapp:style/ThemeOverlay.Material3.HarmonizedColors = 0x7f1102a7
com.example.scoutingapp:style/Widget.Design.FloatingActionButton = 0x7f110337
com.example.scoutingapp:styleable/TabLayout = 0x7f120089
com.example.scoutingapp:id/navigation_bar_item_icon_view = 0x7f08015b
@ -86,82 +68,82 @@ com.example.scoutingapp:drawable/abc_scrubber_control_off_mtrl_alpha = 0x7f07006
com.example.scoutingapp:style/Widget.Material3.AutoCompleteTextView.OutlinedBox = 0x7f110343
com.example.scoutingapp:styleable/ThemeEnforcement = 0x7f12008e
com.example.scoutingapp:integer/m3_sys_motion_duration_short2 = 0x7f09001c
com.example.scoutingapp:style/TextAppearance.Material3.HeadlineMedium = 0x7f1101ec
com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker.Button = 0x7f110459
com.example.scoutingapp:style/ShapeAppearance.M3.Comp.Sheet.Side.Docked.Container.Shape = 0x7f110163
com.example.scoutingapp:style/Base.ThemeOverlay.MaterialComponents.Light.Dialog.Alert.Framework = 0x7f110088
com.example.scoutingapp:styleable/MaterialCheckBox = 0x7f120055
com.example.scoutingapp:integer/mtrl_switch_track_viewport_height = 0x7f09003c
com.example.scoutingapp:style/Widget.Design.TabLayout = 0x7f11033b
com.example.scoutingapp:style/Base.Animation.AppCompat.Tooltip = 0x7f11000f
com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.DayTextView = 0x7f1103a0
com.example.scoutingapp:style/Widget.Material3.BottomSheet = 0x7f11034d
com.example.scoutingapp:styleable/ActionBar = 0x7f120000
com.example.scoutingapp:styleable/TextInputEditText = 0x7f12008c
com.example.scoutingapp:string/coral_pickup = 0x7f100033
com.example.scoutingapp:string/material_timepicker_pm = 0x7f100065
com.example.scoutingapp:style/Base.Widget.Design.TabLayout = 0x7f1100fd
com.example.scoutingapp:dimen/m3_sys_motion_easing_legacy_decelerate_control_y1 = 0x7f060208
com.example.scoutingapp:string/submit = 0x7f1000b5
com.example.scoutingapp:style/TextAppearance.Material3.HeadlineMedium = 0x7f1101ec
com.example.scoutingapp:style/ShapeAppearance.M3.Comp.Sheet.Side.Docked.Container.Shape = 0x7f110163
com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker.Button = 0x7f110459
com.example.scoutingapp:style/Base.V7.ThemeOverlay.AppCompat.Dialog = 0x7f1100bf
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f110036
com.example.scoutingapp:style/Widget.AppCompat.Light.ListPopupWindow = 0x7f110312
com.example.scoutingapp:style/Widget.AppCompat.EditText = 0x7f110300
com.example.scoutingapp:id/ghost_view_holder = 0x7f0800ed
com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.Year.Selected = 0x7f1103ae
com.example.scoutingapp:styleable/Variant = 0x7f120093
com.example.scoutingapp:styleable/ActivityChooserView = 0x7f120005
com.example.scoutingapp:layout/mtrl_alert_dialog_actions = 0x7f0b0048
com.example.scoutingapp:style/Theme.MaterialComponents.BottomSheetDialog = 0x7f110247
com.example.scoutingapp:id/button_L2 = 0x7f08007d
com.example.scoutingapp:id/radioGroup = 0x7f080192
com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.MonthTextView = 0x7f110432
com.example.scoutingapp:style/Base.Theme.MaterialComponents.Bridge = 0x7f110066
com.example.scoutingapp:string/m3_sys_motion_easing_legacy_accelerate = 0x7f10004c
com.example.scoutingapp:id/buttonNext = 0x7f08022e
com.example.scoutingapp:style/Widget.MaterialComponents.CircularProgressIndicator = 0x7f110411
com.example.scoutingapp:style/Widget.Material3.PopupMenu.Overflow = 0x7f1103c3
com.example.scoutingapp:style/Widget.AppCompat.ListView = 0x7f11031a
com.example.scoutingapp:id/mtrl_calendar_text_input_frame = 0x7f080148
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Dialog.Alert.Framework = 0x7f1102d1
com.example.scoutingapp:style/Theme.Material3.Dark.Dialog.Alert = 0x7f11022b
com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Query = 0x7f110151
com.example.scoutingapp:styleable/AppCompatSeekBar = 0x7f12000f
com.example.scoutingapp:style/Widget.Material3.FloatingActionButton.Primary = 0x7f11038e
com.example.scoutingapp:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Secondary = 0x7f1102a0
com.example.scoutingapp:styleable/GradientColorItem = 0x7f12003c
com.example.scoutingapp:dimen/m3_comp_time_picker_time_selector_focus_state_layer_opacity = 0x7f0601a5
com.example.scoutingapp:macro/m3_comp_badge_large_label_text_type = 0x7f0c0004
com.example.scoutingapp:styleable/ClockHandView = 0x7f120021
com.example.scoutingapp:style/ThemeOverlay.AppCompat.Dark.ActionBar = 0x7f110279
com.example.scoutingapp:string/mtrl_chip_close_icon_content_description = 0x7f100074
com.example.scoutingapp:style/Widget.Material3.ExtendedFloatingActionButton.Secondary = 0x7f110387
com.example.scoutingapp:string/mtrl_picker_date_header_unselected = 0x7f100080
com.example.scoutingapp:id/accessibility_custom_action_13 = 0x7f080029
com.example.scoutingapp:style/Base.Widget.Material3.TabLayout.OnSurface = 0x7f110110
com.example.scoutingapp:macro/m3_comp_plain_tooltip_supporting_text_type = 0x7f0c00c6
com.example.scoutingapp:style/Widget.Material3.CircularProgressIndicator.Legacy = 0x7f110374
com.example.scoutingapp:style/Theme.MaterialComponents.BottomSheetDialog = 0x7f110247
com.example.scoutingapp:style/Theme.MaterialComponents.Light.BottomSheetDialog = 0x7f110264
com.example.scoutingapp:styleable/ConstraintSet = 0x7f12002b
com.example.scoutingapp:macro/m3_comp_date_picker_modal_date_selected_label_text_color = 0x7f0c0011
com.example.scoutingapp:style/Widget.Material3.FloatingActionButton.Primary = 0x7f11038e
com.example.scoutingapp:styleable/KeyAttribute = 0x7f120040
com.example.scoutingapp:style/Widget.Material3.MaterialTimePicker.Display = 0x7f1103b6
com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.MonthTextView = 0x7f110432
com.example.scoutingapp:id/radioGroup = 0x7f080192
com.example.scoutingapp:id/button_L2 = 0x7f08007d
com.example.scoutingapp:macro/m3_comp_radio_button_selected_pressed_icon_color = 0x7f0c00dd
com.example.scoutingapp:style/Base.Widget.AppCompat.RatingBar = 0x7f1100f0
com.example.scoutingapp:styleable/FloatingActionButton = 0x7f120033
com.example.scoutingapp:style/Base.Widget.Material3.BottomNavigationView = 0x7f110100
com.example.scoutingapp:macro/m3_comp_date_picker_modal_weekdays_label_text_type = 0x7f0c001e
com.example.scoutingapp:style/Widget.AppCompat.ListView = 0x7f11031a
com.example.scoutingapp:style/TextAppearance.Design.Error = 0x7f1101cc
com.example.scoutingapp:style/ShapeAppearance.M3.Comp.SearchBar.Container.Shape = 0x7f110161
com.example.scoutingapp:color/m3_sys_color_dark_surface_container = 0x7f050173
com.example.scoutingapp:style/Widget.Material3.CircularProgressIndicator.Small = 0x7f110379
com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker.Display = 0x7f11045b
com.example.scoutingapp:style/Theme.AppCompat.Empty = 0x7f110219
com.example.scoutingapp:color/m3_sys_color_dynamic_dark_on_secondary = 0x7f050187
com.example.scoutingapp:styleable/ShapeAppearance = 0x7f12007b
com.example.scoutingapp:style/TextAppearance.AppCompat.Subhead = 0x7f1101ac
com.example.scoutingapp:styleable/MenuView = 0x7f120061
com.example.scoutingapp:styleable/LinearLayoutCompat_Layout = 0x7f12004a
com.example.scoutingapp:macro/m3_comp_switch_unselected_hover_handle_color = 0x7f0c0135
com.example.scoutingapp:color/m3_sys_color_dynamic_light_surface_container = 0x7f0501b7
com.example.scoutingapp:string/material_motion_easing_decelerated = 0x7f10005a
com.example.scoutingapp:style/ShapeAppearance.Material3.Corner.ExtraLarge = 0x7f11016f
com.example.scoutingapp:string/m3_sys_motion_easing_emphasized_path_data = 0x7f10004a
com.example.scoutingapp:id/mtrl_calendar_text_input_frame = 0x7f080148
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Dialog.Alert.Framework = 0x7f1102d1
com.example.scoutingapp:style/Theme.Material3.Dark.Dialog.Alert = 0x7f11022b
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Calendar = 0x7f1102d7
com.example.scoutingapp:style/Widget.MaterialComponents.BottomAppBar.Colored = 0x7f1103f7
com.example.scoutingapp:style/Base.Animation.AppCompat.Dialog = 0x7f11000d
com.example.scoutingapp:dimen/m3_comp_time_picker_time_selector_focus_state_layer_opacity = 0x7f0601a5
com.example.scoutingapp:styleable/GradientColorItem = 0x7f12003c
com.example.scoutingapp:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Secondary = 0x7f1102a0
com.example.scoutingapp:style/ThemeOverlay.Material3.DayNight.BottomSheetDialog = 0x7f110297
com.example.scoutingapp:styleable/State = 0x7f120082
com.example.scoutingapp:style/ThemeOverlay.Material3.DayNight.BottomSheetDialog = 0x7f110297
com.example.scoutingapp:id/mtrl_internal_children_alpha_tag = 0x7f08014c
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Medium.Inverse = 0x7f110026
com.example.scoutingapp:macro/m3_comp_navigation_drawer_inactive_label_text_color = 0x7f0c008d
com.example.scoutingapp:color/m3_sys_color_dynamic_dark_secondary = 0x7f050191
com.example.scoutingapp:style/Widget.AppCompat.Button.Borderless = 0x7f1102f4
com.example.scoutingapp:styleable/ScrimInsetsFrameLayout = 0x7f120077
com.example.scoutingapp:style/Widget.AppCompat.Button.Borderless = 0x7f1102f4
com.example.scoutingapp:style/Theme.AppCompat.Empty = 0x7f110219
com.example.scoutingapp:color/m3_sys_color_dynamic_dark_on_secondary = 0x7f050187
com.example.scoutingapp:styleable/ShapeAppearance = 0x7f12007b
com.example.scoutingapp:style/TextAppearance.AppCompat.Subhead = 0x7f1101ac
com.example.scoutingapp:macro/m3_comp_switch_unselected_pressed_state_layer_color = 0x7f0c013d
com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker.Display = 0x7f11045b
com.example.scoutingapp:color/m3_sys_color_dark_surface_container = 0x7f050173
com.example.scoutingapp:style/Widget.Material3.CircularProgressIndicator.Small = 0x7f110379
com.example.scoutingapp:style/TextAppearance.Design.Error = 0x7f1101cc
com.example.scoutingapp:style/ShapeAppearance.M3.Comp.SearchBar.Container.Shape = 0x7f110161
com.example.scoutingapp:styleable/ConstraintSet = 0x7f12002b
com.example.scoutingapp:style/Widget.MaterialComponents.ActionBar.Surface = 0x7f1103ec
com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.DialogWhenLarge = 0x7f110257
com.example.scoutingapp:style/Theme.MaterialComponents.Light.BottomSheetDialog = 0x7f110264
com.example.scoutingapp:macro/m3_comp_date_picker_modal_date_selected_label_text_color = 0x7f0c0011
com.example.scoutingapp:style/ThemeOverlay.Material3.Button = 0x7f11028b
com.example.scoutingapp:style/Widget.AppCompat.Light.ActionMode.Inverse = 0x7f11030e
com.example.scoutingapp:string/abc_activity_chooser_view_see_all = 0x7f100004
@ -172,96 +154,106 @@ com.example.scoutingapp:id/accessibility_custom_action_28 = 0x7f080039
com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.NoActionBar = 0x7f110258
com.example.scoutingapp:macro/m3_comp_filled_text_field_container_color = 0x7f0c004b
com.example.scoutingapp:integer/m3_sys_motion_duration_long1 = 0x7f090013
com.example.scoutingapp:id/scale = 0x7f0801a3
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.ActionBar.Surface = 0x7f1102c3
com.example.scoutingapp:dimen/mtrl_calendar_navigation_bottom_padding = 0x7f06028b
com.example.scoutingapp:id/material_minute_tv = 0x7f08012e
com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse = 0x7f1101b7
com.example.scoutingapp:style/Widget.MaterialComponents.TextInputLayout.FilledBox = 0x7f11044f
com.example.scoutingapp:id/material_minute_tv = 0x7f08012e
com.example.scoutingapp:styleable/FontFamily = 0x7f120036
com.example.scoutingapp:dimen/design_bottom_sheet_peek_height_min = 0x7f06006d
com.example.scoutingapp:macro/m3_comp_switch_unselected_hover_handle_color = 0x7f0c0135
com.example.scoutingapp:color/m3_sys_color_dynamic_light_surface_container = 0x7f0501b7
com.example.scoutingapp:styleable/LinearLayoutCompat_Layout = 0x7f12004a
com.example.scoutingapp:string/material_motion_easing_decelerated = 0x7f10005a
com.example.scoutingapp:string/mtrl_switch_track_path = 0x7f1000a3
com.example.scoutingapp:style/Theme.MaterialComponents.Dialog.Alert.Bridge = 0x7f11025c
com.example.scoutingapp:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Primary = 0x7f11029f
com.example.scoutingapp:string/mtrl_switch_track_path = 0x7f1000a3
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.ActionBar.Surface = 0x7f1102c3
com.example.scoutingapp:id/scale = 0x7f0801a3
com.example.scoutingapp:string/m3_sys_motion_easing_emphasized_path_data = 0x7f10004a
com.example.scoutingapp:style/ShapeAppearance.Material3.Corner.ExtraLarge = 0x7f11016f
com.example.scoutingapp:style/Widget.MaterialComponents.BottomAppBar.Colored = 0x7f1103f7
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Calendar = 0x7f1102d7
com.example.scoutingapp:style/Widget.Material3.TextInputLayout.FilledBox = 0x7f1103dd
com.example.scoutingapp:style/ShapeAppearance.M3.Sys.Shape.Corner.Small = 0x7f11016e
com.example.scoutingapp:style/Widget.AppCompat.ActionBar.TabText = 0x7f1102eb
com.example.scoutingapp:style/Widget.MaterialComponents.TabLayout.Colored = 0x7f110449
com.example.scoutingapp:styleable/MaterialToolbar = 0x7f12005e
com.example.scoutingapp:style/Widget.Material3.PopupMenu.Overflow = 0x7f1103c3
com.example.scoutingapp:style/Widget.MaterialComponents.CircularProgressIndicator = 0x7f110411
com.example.scoutingapp:style/Base.Animation.AppCompat.Dialog = 0x7f11000d
com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.DarkActionBar.Bridge = 0x7f11024e
com.example.scoutingapp:dimen/m3_ripple_focused_alpha = 0x7f0601d6
com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.DarkActionBar = 0x7f11024d
com.example.scoutingapp:style/ThemeOverlay.AppCompat.Dialog = 0x7f11027c
com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.DarkActionBar = 0x7f11024d
com.example.scoutingapp:dimen/m3_ripple_focused_alpha = 0x7f0601d6
com.example.scoutingapp:string/mtrl_checkbox_state_description_indeterminate = 0x7f100072
com.example.scoutingapp:string/mtrl_picker_start_date_description = 0x7f100090
com.example.scoutingapp:style/Widget.AppCompat.SearchView = 0x7f110325
com.example.scoutingapp:id/snackbar_text = 0x7f0801c3
com.example.scoutingapp:style/ShapeAppearance.Material3.Tooltip = 0x7f11017a
com.example.scoutingapp:styleable/RecycleListView = 0x7f120075
com.example.scoutingapp:macro/m3_comp_outlined_text_field_caret_color = 0x7f0c00b0
com.example.scoutingapp:id/layout = 0x7f08010f
com.example.scoutingapp:string/abc_menu_enter_shortcut_label = 0x7f10000b
com.example.scoutingapp:id/search_plate = 0x7f0801b2
com.example.scoutingapp:style/Animation.Material3.BottomSheetDialog = 0x7f110006
com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents.Title.Icon = 0x7f110131
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Dialog = 0x7f1102cf
com.example.scoutingapp:style/Widget.Material3.Toolbar.Surface = 0x7f1103e7
com.example.scoutingapp:layout/material_chip_input_combo = 0x7f0b0039
com.example.scoutingapp:id/accessibility_custom_action_4 = 0x7f08003e
com.example.scoutingapp:style/ShapeAppearance.Material3.Tooltip = 0x7f11017a
com.example.scoutingapp:style/Base.V7.ThemeOverlay.AppCompat.Dialog = 0x7f1100bf
com.example.scoutingapp:style/Widget.Material3.CircularProgressIndicator.Legacy = 0x7f110374
com.example.scoutingapp:macro/m3_comp_plain_tooltip_supporting_text_type = 0x7f0c00c6
com.example.scoutingapp:style/Widget.Material3.SearchView.Prefix = 0x7f1103c9
com.example.scoutingapp:style/Base.V14.Theme.MaterialComponents.Bridge = 0x7f110093
com.example.scoutingapp:id/scrollIndicatorUp = 0x7f0801a8
com.example.scoutingapp:style/Theme.Material3.Light.Dialog.Alert = 0x7f110241
com.example.scoutingapp:style/Base.V14.Theme.MaterialComponents.Bridge = 0x7f110093
com.example.scoutingapp:id/accessibility_custom_action_4 = 0x7f08003e
com.example.scoutingapp:style/Widget.Material3.Toolbar.Surface = 0x7f1103e7
com.example.scoutingapp:layout/material_chip_input_combo = 0x7f0b0039
com.example.scoutingapp:style/Base.Widget.Material3.Chip = 0x7f110102
com.example.scoutingapp:id/forever = 0x7f0800e7
com.example.scoutingapp:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox = 0x7f110453
com.example.scoutingapp:layout/material_clock_period_toggle_land = 0x7f0b003d
com.example.scoutingapp:id/sheet = 0x7f08022d
com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.FloatingActionButton = 0x7f110187
com.example.scoutingapp:id/baseline = 0x7f08006d
com.example.scoutingapp:style/Theme.Material3.DayNight.Dialog = 0x7f110232
com.example.scoutingapp:style/Widget.Material3.AppBarLayout = 0x7f110340
com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.NavigationView.Item = 0x7f110188
com.example.scoutingapp:macro/m3_comp_time_picker_time_selector_selected_pressed_state_layer_color = 0x7f0c0164
com.example.scoutingapp:dimen/m3_carousel_extra_small_item_size = 0x7f0600ee
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Dialog = 0x7f1102cf
com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents.Title.Icon = 0x7f110131
com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.Dialog.Alert.Bridge = 0x7f110251
com.example.scoutingapp:macro/m3_comp_time_picker_time_selector_unselected_label_text_color = 0x7f0c016a
com.example.scoutingapp:style/Widget.Material3.CollapsingToolbar = 0x7f11037a
com.example.scoutingapp:drawable/$mtrl_checkbox_button_unchecked_checked__0 = 0x7f07001e
com.example.scoutingapp:id/view_tree_on_back_pressed_dispatcher_owner = 0x7f08021e
com.example.scoutingapp:id/transition_position = 0x7f080210
com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker.Display.TextInputEditText = 0x7f11045e
com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.Dialog.Alert.Bridge = 0x7f110251
com.example.scoutingapp:drawable/$mtrl_checkbox_button_unchecked_checked__0 = 0x7f07001e
com.example.scoutingapp:style/Widget.Material3.CollapsingToolbar = 0x7f11037a
com.example.scoutingapp:id/view_tree_on_back_pressed_dispatcher_owner = 0x7f08021e
com.example.scoutingapp:macro/m3_comp_time_picker_time_selector_unselected_label_text_color = 0x7f0c016a
com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Query = 0x7f110151
com.example.scoutingapp:styleable/AppCompatSeekBar = 0x7f12000f
com.example.scoutingapp:string/abc_menu_enter_shortcut_label = 0x7f10000b
com.example.scoutingapp:id/search_plate = 0x7f0801b2
com.example.scoutingapp:style/Animation.Material3.BottomSheetDialog = 0x7f110006
com.example.scoutingapp:macro/m3_comp_date_picker_modal_weekdays_label_text_type = 0x7f0c001e
com.example.scoutingapp:id/pin = 0x7f08018b
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.OutlinedBox = 0x7f1102c7
com.example.scoutingapp:drawable/abc_ic_menu_share_mtrl_alpha = 0x7f07004a
com.example.scoutingapp:styleable/MaterialToolbar = 0x7f12005e
com.example.scoutingapp:style/Widget.MaterialComponents.TabLayout.Colored = 0x7f110449
com.example.scoutingapp:style/RtlUnderlay.Widget.AppCompat.ActionButton = 0x7f110154
com.example.scoutingapp:drawable/abc_ic_menu_share_mtrl_alpha = 0x7f07004a
com.example.scoutingapp:macro/m3_comp_time_picker_time_selector_selected_pressed_state_layer_color = 0x7f0c0164
com.example.scoutingapp:style/Widget.Material3.AppBarLayout = 0x7f110340
com.example.scoutingapp:style/Theme.Material3.DayNight.Dialog = 0x7f110232
com.example.scoutingapp:macro/m3_comp_outlined_text_field_caret_color = 0x7f0c00b0
com.example.scoutingapp:id/layout = 0x7f08010f
com.example.scoutingapp:string/tele = 0x7f1000b6
com.example.scoutingapp:macro/m3_comp_navigation_bar_active_hover_icon_color = 0x7f0c0062
com.example.scoutingapp:styleable/AppCompatTextHelper = 0x7f120010
com.example.scoutingapp:style/ShapeAppearance.M3.Sys.Shape.Corner.None = 0x7f11016d
com.example.scoutingapp:dimen/abc_text_size_button_material = 0x7f060041
com.example.scoutingapp:style/Theme.MaterialComponents.Light.DarkActionBar = 0x7f110266
com.example.scoutingapp:id/imageView10 = 0x7f080102
com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents.Title.Text.CenterStacked = 0x7f110136
com.example.scoutingapp:style/TextAppearance.Design.Hint = 0x7f1101ce
com.example.scoutingapp:style/Widget.Design.CollapsingToolbar = 0x7f110336
com.example.scoutingapp:macro/m3_comp_outlined_text_field_error_trailing_icon_color = 0x7f0c00b8
com.example.scoutingapp:style/Theme.AppCompat.Light.DarkActionBar = 0x7f11021b
com.example.scoutingapp:style/Widget.Material3.MaterialTimePicker.Display.Divider = 0x7f1103b7
com.example.scoutingapp:macro/m3_comp_outlined_text_field_error_trailing_icon_color = 0x7f0c00b8
com.example.scoutingapp:style/Widget.Design.CollapsingToolbar = 0x7f110336
com.example.scoutingapp:style/TextAppearance.Design.Hint = 0x7f1101ce
com.example.scoutingapp:color/material_personalized_primary_inverse_text_disable_only = 0x7f0502aa
com.example.scoutingapp:id/imageView10 = 0x7f080102
com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents.Title.Text.CenterStacked = 0x7f110136
com.example.scoutingapp:style/Theme.MaterialComponents.Light.DarkActionBar = 0x7f110266
com.example.scoutingapp:styleable/FloatingActionButton = 0x7f120033
com.example.scoutingapp:style/Base.Widget.Material3.BottomNavigationView = 0x7f110100
com.example.scoutingapp:id/forever = 0x7f0800e7
com.example.scoutingapp:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox = 0x7f110453
com.example.scoutingapp:string/path_password_eye = 0x7f1000a9
com.example.scoutingapp:id/chain2 = 0x7f080090
com.example.scoutingapp:style/Theme.MaterialComponents.Dialog.MinWidth = 0x7f110260
com.example.scoutingapp:string/mtrl_checkbox_button_icon_path_indeterminate = 0x7f10006b
com.example.scoutingapp:macro/m3_comp_filled_tonal_button_container_color = 0x7f0c0052
com.example.scoutingapp:color/mtrl_filled_icon_tint = 0x7f0502cf
com.example.scoutingapp:style/Theme.AppCompat.DayNight.Dialog.Alert = 0x7f110211
com.example.scoutingapp:integer/m3_sys_motion_duration_extra_long4 = 0x7f090012
com.example.scoutingapp:dimen/m3_sys_motion_easing_legacy_control_x1 = 0x7f060202
com.example.scoutingapp:style/TextAppearance.MaterialComponents.Body2 = 0x7f1101fa
com.example.scoutingapp:color/mtrl_filled_icon_tint = 0x7f0502cf
com.example.scoutingapp:style/Theme.AppCompat.DayNight.Dialog.Alert = 0x7f110211
com.example.scoutingapp:style/Widget.Material3.CircularProgressIndicator = 0x7f110372
com.example.scoutingapp:id/floating = 0x7f0800e6
com.example.scoutingapp:id/triangle = 0x7f080213
com.example.scoutingapp:drawable/$mtrl_switch_thumb_unchecked_pressed__0 = 0x7f070028
com.example.scoutingapp:styleable/ConstraintLayout_placeholder = 0x7f120029
com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.Year = 0x7f1103ad
com.example.scoutingapp:style/ThemeOverlay.Material3.AutoCompleteTextView.OutlinedBox = 0x7f110285
com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.PopupMenuItem = 0x7f110148
com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker.ImageButton.ShapeAppearance = 0x7f110461
@ -269,19 +261,27 @@ com.example.scoutingapp:macro/m3_comp_secondary_navigation_tab_container_color =
com.example.scoutingapp:style/Theme.AppCompat.Dialog = 0x7f110215
com.example.scoutingapp:styleable/TextInputLayout = 0x7f12008d
com.example.scoutingapp:macro/m3_comp_fab_primary_container_color = 0x7f0c0036
com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.Year = 0x7f1103ad
com.example.scoutingapp:styleable/ConstraintLayout_placeholder = 0x7f120029
com.example.scoutingapp:id/floating = 0x7f0800e6
com.example.scoutingapp:style/Widget.Material3.CircularProgressIndicator = 0x7f110372
com.example.scoutingapp:style/Base.Widget.AppCompat.RatingBar = 0x7f1100f0
com.example.scoutingapp:macro/m3_comp_radio_button_selected_pressed_icon_color = 0x7f0c00dd
com.example.scoutingapp:drawable/$mtrl_switch_thumb_unchecked_pressed__0 = 0x7f070028
com.example.scoutingapp:id/triangle = 0x7f080213
com.example.scoutingapp:style/Theme.AppCompat.DayNight.NoActionBar = 0x7f110214
com.example.scoutingapp:id/allStates = 0x7f08005e
com.example.scoutingapp:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Tertiary = 0x7f110385
com.example.scoutingapp:style/TextAppearance.AppCompat.Title = 0x7f1101ae
com.example.scoutingapp:string/mtrl_picker_range_header_only_end_selected = 0x7f10008a
com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.Dialog.FixedSize = 0x7f110253
com.example.scoutingapp:integer/mtrl_switch_thumb_pressed_duration = 0x7f090039
com.example.scoutingapp:string/mtrl_checkbox_button_path_name = 0x7f10006f
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.MaterialCalendar.Fullscreen = 0x7f1102dc
com.example.scoutingapp:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu = 0x7f110456
com.example.scoutingapp:style/Base.V14.ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f11009d
com.example.scoutingapp:color/material_dynamic_secondary0 = 0x7f050249
com.example.scoutingapp:style/Widget.MaterialComponents.ExtendedFloatingActionButton.Icon = 0x7f11041a
com.example.scoutingapp:style/Base.V7.Theme.AppCompat.Light.Dialog = 0x7f1100be
com.example.scoutingapp:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu = 0x7f110456
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.MaterialCalendar.Fullscreen = 0x7f1102dc
com.example.scoutingapp:string/mtrl_picker_range_header_only_end_selected = 0x7f10008a
com.example.scoutingapp:color/material_dynamic_secondary0 = 0x7f050249
com.example.scoutingapp:style/Base.V14.ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f11009d
com.example.scoutingapp:style/TextAppearance.Compat.Notification.Title = 0x7f1101c8
com.example.scoutingapp:style/TextAppearance.M3.Sys.Typescale.LabelSmall = 0x7f1101df
com.example.scoutingapp:dimen/abc_text_size_headline_material = 0x7f060047
@ -289,27 +289,30 @@ com.example.scoutingapp:style/Base.V14.Theme.Material3.Dark = 0x7f11008a
com.example.scoutingapp:style/Widget.Material3.CircularProgressIndicator.Legacy.ExtraSmall = 0x7f110375
com.example.scoutingapp:layout/mtrl_picker_header_toggle = 0x7f0b0062
com.example.scoutingapp:style/TextAppearance.MaterialComponents.Headline2 = 0x7f1101ff
com.example.scoutingapp:drawable/material_ic_edit_black_24dp = 0x7f0700ad
com.example.scoutingapp:layout/mtrl_picker_actions = 0x7f0b005b
com.example.scoutingapp:style/Theme.Material3.DynamicColors.DayNight = 0x7f11023a
com.example.scoutingapp:string/mtrl_chip_close_icon_content_description = 0x7f100074
com.example.scoutingapp:macro/m3_comp_date_picker_modal_range_selection_month_subhead_type = 0x7f0c001c
com.example.scoutingapp:style/TextAppearance.Material3.BodyLarge = 0x7f1101e5
com.example.scoutingapp:style/Base.V7.Widget.AppCompat.Toolbar = 0x7f1100c2
com.example.scoutingapp:dimen/m3_comp_navigation_drawer_focus_state_layer_opacity = 0x7f06013f
com.example.scoutingapp:drawable/abc_btn_radio_material_anim = 0x7f070035
com.example.scoutingapp:macro/m3_comp_outlined_text_field_disabled_outline_color = 0x7f0c00b4
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f110029
com.example.scoutingapp:style/Platform.V25.AppCompat = 0x7f110142
com.example.scoutingapp:style/Widget.MaterialComponents.Toolbar = 0x7f110462
com.example.scoutingapp:style/Widget.Material3.NavigationRailView = 0x7f1103bc
com.example.scoutingapp:styleable/StateListDrawable = 0x7f120083
com.example.scoutingapp:style/Base.V7.Widget.AppCompat.Toolbar = 0x7f1100c2
com.example.scoutingapp:dimen/m3_comp_navigation_drawer_focus_state_layer_opacity = 0x7f06013f
com.example.scoutingapp:style/Widget.AppCompat.Light.ActionBar.TabBar = 0x7f110305
com.example.scoutingapp:style/TextAppearance.Material3.SearchView.Prefix = 0x7f1101f4
com.example.scoutingapp:styleable/MenuView = 0x7f120061
com.example.scoutingapp:drawable/material_ic_edit_black_24dp = 0x7f0700ad
com.example.scoutingapp:style/Widget.AppCompat.ActionBar.TabText = 0x7f1102eb
com.example.scoutingapp:style/Widget.MaterialComponents.PopupMenu.ContextMenu = 0x7f11043f
com.example.scoutingapp:style/ThemeOverlay.Material3.Light.Dialog.Alert.Framework = 0x7f1102aa
com.example.scoutingapp:drawable/notification_template_icon_bg = 0x7f0700e3
com.example.scoutingapp:color/mtrl_btn_text_color_selector = 0x7f0502bd
com.example.scoutingapp:style/TextAppearance.Material3.DisplayLarge = 0x7f1101e8
com.example.scoutingapp:macro/m3_comp_outlined_text_field_disabled_outline_color = 0x7f0c00b4
com.example.scoutingapp:drawable/abc_btn_radio_material_anim = 0x7f070035
com.example.scoutingapp:macro/m3_comp_date_picker_modal_range_selection_month_subhead_type = 0x7f0c001c
com.example.scoutingapp:style/TextAppearance.Material3.BodyLarge = 0x7f1101e5
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f110029
com.example.scoutingapp:style/Platform.V25.AppCompat = 0x7f110142
com.example.scoutingapp:style/TextAppearance.Material3.SearchView.Prefix = 0x7f1101f4
com.example.scoutingapp:style/Widget.AppCompat.Light.ActionBar.TabBar = 0x7f110305
com.example.scoutingapp:style/ThemeOverlay.Material3.Light.Dialog.Alert.Framework = 0x7f1102aa
com.example.scoutingapp:style/Widget.MaterialComponents.PopupMenu.ContextMenu = 0x7f11043f
com.example.scoutingapp:drawable/notification_template_icon_bg = 0x7f0700e3
com.example.scoutingapp:style/TextAppearance.Material3.MaterialTimePicker.Title = 0x7f1101f1
com.example.scoutingapp:string/call_notification_hang_up_action = 0x7f100028
com.example.scoutingapp:style/TextAppearance.Material3.BodyMedium = 0x7f1101e6
@ -317,9 +320,6 @@ com.example.scoutingapp:style/Base.V14.Theme.MaterialComponents = 0x7f110092
com.example.scoutingapp:style/Base.Widget.MaterialComponents.PopupMenu.ListPopupWindow = 0x7f110119
com.example.scoutingapp:style/TextAppearance.AppCompat.Display2 = 0x7f11019a
com.example.scoutingapp:style/Base.V26.Theme.AppCompat = 0x7f1100b6
com.example.scoutingapp:macro/m3_comp_switch_unselected_pressed_state_layer_color = 0x7f0c013d
com.example.scoutingapp:style/Base.V7.Theme.AppCompat.Light.Dialog = 0x7f1100be
com.example.scoutingapp:style/TextAppearance.MaterialComponents.Subtitle2 = 0x7f110206
com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.PopupMenu.Small = 0x7f1101c1
com.example.scoutingapp:id/actionUp = 0x7f080046
com.example.scoutingapp:style/Base.Theme.Material3.Light.SideSheetDialog = 0x7f110064
@ -338,7 +338,6 @@ com.example.scoutingapp:color/m3_sys_color_light_outline_variant = 0x7f0501de
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.Switch = 0x7f110041
com.example.scoutingapp:style/ShapeAppearanceOverlay.MaterialComponents.MaterialCalendar.Day = 0x7f110190
com.example.scoutingapp:style/Widget.Material3.Button.UnelevatedButton = 0x7f110362
com.example.scoutingapp:style/Theme.AppCompat.DayNight.DarkActionBar = 0x7f11020f
com.example.scoutingapp:styleable/MaterialDivider = 0x7f120057
com.example.scoutingapp:style/Widget.Material3.Search.ActionButton.Overflow = 0x7f1103c4
com.example.scoutingapp:macro/m3_comp_date_picker_modal_date_selected_container_color = 0x7f0c0010
@ -371,18 +370,18 @@ com.example.scoutingapp:id/scroll = 0x7f0801a6
com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.ActionBar.TitleItem = 0x7f110146
com.example.scoutingapp:style/Theme.AppCompat.Dialog.MinWidth = 0x7f110217
com.example.scoutingapp:style/Theme.MaterialComponents.Light.Dialog.Alert = 0x7f110269
com.example.scoutingapp:style/ShapeAppearance.MaterialComponents.SmallComponent = 0x7f11017f
com.example.scoutingapp:dimen/m3_comp_navigation_bar_focus_state_layer_opacity = 0x7f06013a
com.example.scoutingapp:styleable/TabItem = 0x7f120088
com.example.scoutingapp:style/Base.Widget.AppCompat.ActionBar.TabBar = 0x7f1100c5
com.example.scoutingapp:integer/material_motion_duration_medium_1 = 0x7f090028
com.example.scoutingapp:macro/m3_comp_switch_unselected_track_outline_color = 0x7f0c0141
com.example.scoutingapp:style/Widget.Material3.SearchView.Toolbar = 0x7f1103ca
com.example.scoutingapp:style/ShapeAppearance.MaterialComponents.SmallComponent = 0x7f11017f
com.example.scoutingapp:styleable/TabItem = 0x7f120088
com.example.scoutingapp:dimen/m3_comp_navigation_bar_focus_state_layer_opacity = 0x7f06013a
com.example.scoutingapp:style/Widget.AppCompat.Light.ListView.DropDown = 0x7f110313
com.example.scoutingapp:string/mtrl_picker_text_input_date_hint = 0x7f100091
com.example.scoutingapp:style/TextAppearance.AppCompat = 0x7f110194
com.example.scoutingapp:integer/mtrl_switch_thumb_viewport_center_coordinate = 0x7f09003a
com.example.scoutingapp:string/mtrl_picker_out_of_range = 0x7f100089
com.example.scoutingapp:string/mtrl_picker_text_input_date_hint = 0x7f100091
com.example.scoutingapp:style/Widget.AppCompat.Light.ListView.DropDown = 0x7f110313
com.example.scoutingapp:style/Base.Widget.AppCompat.ListPopupWindow = 0x7f1100e7
com.example.scoutingapp:dimen/material_input_text_to_prefix_suffix_padding = 0x7f060240
com.example.scoutingapp:id/x_left = 0x7f08022a
@ -391,11 +390,10 @@ com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.NoActionBar.Brid
com.example.scoutingapp:style/ShapeAppearance.M3.Comp.SearchView.FullScreen.Container.Shape = 0x7f110162
com.example.scoutingapp:style/Widget.Design.BottomNavigationView = 0x7f110334
com.example.scoutingapp:style/Theme.Material3.Dark = 0x7f110228
com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Text = 0x7f110152
com.example.scoutingapp:style/Theme.AppCompat.DayNight.DarkActionBar = 0x7f11020f
com.example.scoutingapp:style/Base.ThemeOverlay.Material3.TextInputEditText = 0x7f110084
com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon1 = 0x7f11014f
com.example.scoutingapp:color/material_dynamic_neutral40 = 0x7f050227
com.example.scoutingapp:color/material_personalized_primary_inverse_text_disable_only = 0x7f0502aa
com.example.scoutingapp:style/Base.Theme.AppCompat.Dialog.FixedSize = 0x7f11004f
com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.Day.Invalid = 0x7f110421
com.example.scoutingapp:style/ThemeOverlay.Material3.DayNight.SideSheetDialog = 0x7f110298
@ -403,10 +401,10 @@ com.example.scoutingapp:style/Widget.Material3.TextInputLayout.OutlinedBox = 0x7
com.example.scoutingapp:style/Platform.MaterialComponents.Dialog = 0x7f11013a
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.ActionMode.Title = 0x7f110038
com.example.scoutingapp:style/Theme.AppCompat.Light.DialogWhenLarge = 0x7f11021f
com.example.scoutingapp:style/TextAppearance.MaterialComponents.TimePicker.Title = 0x7f110207
com.example.scoutingapp:color/material_personalized_color_surface_container_highest = 0x7f05029b
com.example.scoutingapp:drawable/mtrl_switch_thumb_checked = 0x7f0700cd
com.example.scoutingapp:style/Widget.AppCompat.ActionBar.TabBar = 0x7f1102ea
com.example.scoutingapp:color/material_personalized_color_surface_container_highest = 0x7f05029b
com.example.scoutingapp:style/TextAppearance.MaterialComponents.TimePicker.Title = 0x7f110207
com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents.Title.Text = 0x7f110135
com.example.scoutingapp:style/Widget.Material3.Snackbar = 0x7f1103d3
com.example.scoutingapp:macro/m3_comp_top_app_bar_small_on_scroll_container_color = 0x7f0c0173
@ -437,10 +435,10 @@ com.example.scoutingapp:style/Base.Widget.MaterialComponents.Snackbar = 0x7f1101
com.example.scoutingapp:style/Widget.AppCompat.Light.DropDownItem.Spinner = 0x7f110311
com.example.scoutingapp:style/Base.Widget.Material3.Snackbar = 0x7f11010e
com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.SearchBar = 0x7f110189
com.example.scoutingapp:style/TextAppearance.MaterialComponents.Subtitle1 = 0x7f110205
com.example.scoutingapp:drawable/$mtrl_checkbox_button_icon_unchecked_checked__1 = 0x7f070019
com.example.scoutingapp:id/tag_on_apply_window_listener = 0x7f0801e3
com.example.scoutingapp:style/MaterialAlertDialog.Material3.Body.Text = 0x7f110125
com.example.scoutingapp:style/TextAppearance.MaterialComponents.Subtitle1 = 0x7f110205
com.example.scoutingapp:color/m3_sys_color_light_on_primary = 0x7f0501d5
com.example.scoutingapp:layout/abc_alert_dialog_button_bar_material = 0x7f0b0008
com.example.scoutingapp:style/Base.Widget.Material3.MaterialCalendar.NavigationButton = 0x7f11010d
@ -485,20 +483,15 @@ com.example.scoutingapp:string/path_password_eye_mask_strike_through = 0x7f1000a
com.example.scoutingapp:integer/m3_btn_anim_duration_ms = 0x7f09000b
com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.BottomSheetDialog = 0x7f11024b
com.example.scoutingapp:styleable/ViewTransition = 0x7f120098
com.example.scoutingapp:macro/m3_comp_outlined_text_field_hover_outline_color = 0x7f0c00be
com.example.scoutingapp:styleable/CompoundButton = 0x7f120025
com.example.scoutingapp:style/TextAppearance.Design.Placeholder = 0x7f1101cf
com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.Bridge = 0x7f11024c
com.example.scoutingapp:id/ALT = 0x7f080000
com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker.ImageButton = 0x7f110460
com.example.scoutingapp:style/Widget.AppCompat.SearchView.ActionBar = 0x7f110326
com.example.scoutingapp:style/Base.Widget.AppCompat.RatingBar.Indicator = 0x7f1100f1
com.example.scoutingapp:string/material_slider_value = 0x7f100060
com.example.scoutingapp:style/Widget.Material3.AutoCompleteTextView.OutlinedBox.Dense = 0x7f110344
com.example.scoutingapp:macro/m3_comp_divider_color = 0x7f0c0028
com.example.scoutingapp:styleable/ActionMode = 0x7f120004
com.example.scoutingapp:drawable/abc_seekbar_thumb_material = 0x7f070065
com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary30 = 0x7f0500df
com.example.scoutingapp:style/Widget.Material3.AutoCompleteTextView.OutlinedBox.Dense = 0x7f110344
com.example.scoutingapp:macro/m3_comp_divider_color = 0x7f0c0028
com.example.scoutingapp:style/Base.Widget.AppCompat.RatingBar.Indicator = 0x7f1100f1
com.example.scoutingapp:string/material_slider_value = 0x7f100060
com.example.scoutingapp:color/m3_sys_color_light_secondary = 0x7f0501e1
com.example.scoutingapp:style/Widget.Material3.SideSheet = 0x7f1103cb
com.example.scoutingapp:macro/m3_comp_progress_indicator_active_indicator_color = 0x7f0c00d4
@ -529,8 +522,11 @@ com.example.scoutingapp:dimen/m3_carousel_debug_keyline_width = 0x7f0600ed
com.example.scoutingapp:drawable/loop = 0x7f07009e
com.example.scoutingapp:dimen/material_clock_display_height = 0x7f060222
com.example.scoutingapp:style/Base.Widget.AppCompat.CompoundButton.CheckBox = 0x7f1100d6
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.ActionBar = 0x7f1102c1
com.example.scoutingapp:style/TextAppearance.Design.Placeholder = 0x7f1101cf
com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.Bridge = 0x7f11024c
com.example.scoutingapp:id/ALT = 0x7f080000
com.example.scoutingapp:dimen/m3_datepicker_elevation = 0x7f0601ad
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.ActionBar = 0x7f1102c1
com.example.scoutingapp:color/secondary_text_default_material_light = 0x7f0502fb
com.example.scoutingapp:id/accessibility_custom_action_7 = 0x7f080041
com.example.scoutingapp:string/abc_searchview_description_query = 0x7f100014
@ -538,8 +534,12 @@ com.example.scoutingapp:style/AlertDialog.AppCompat.Light = 0x7f110001
com.example.scoutingapp:style/Base.Widget.AppCompat.ButtonBar = 0x7f1100d4
com.example.scoutingapp:string/call_notification_incoming_text = 0x7f100029
com.example.scoutingapp:macro/m3_comp_switch_unselected_track_color = 0x7f0c0140
com.example.scoutingapp:style/TextAppearance.MaterialComponents.Subtitle2 = 0x7f110206
com.example.scoutingapp:macro/m3_comp_filled_tonal_button_container_color = 0x7f0c0052
com.example.scoutingapp:id/masked = 0x7f08011e
com.example.scoutingapp:style/ShapeAppearance.Material3.SmallComponent = 0x7f110179
com.example.scoutingapp:styleable/CompoundButton = 0x7f120025
com.example.scoutingapp:macro/m3_comp_outlined_text_field_hover_outline_color = 0x7f0c00be
com.example.scoutingapp:id/tag_unhandled_key_event_manager = 0x7f0801e9
com.example.scoutingapp:id/material_clock_display = 0x7f080122
com.example.scoutingapp:style/Base.Widget.MaterialComponents.MaterialCalendar.HeaderToggleButton = 0x7f110115
@ -551,25 +551,25 @@ com.example.scoutingapp:macro/m3_comp_radio_button_selected_focus_state_layer_co
com.example.scoutingapp:color/m3_sys_color_dark_surface = 0x7f050171
com.example.scoutingapp:macro/m3_comp_navigation_rail_inactive_label_text_color = 0x7f0c009d
com.example.scoutingapp:style/Base.DialogWindowTitleBackground.AppCompat = 0x7f110012
com.example.scoutingapp:style/Base.Widget.AppCompat.Button.Small = 0x7f1100d3
com.example.scoutingapp:style/Base.Widget.Material3.CompoundButton.CheckBox = 0x7f110104
com.example.scoutingapp:style/Animation.Material3.SideSheetDialog.Right = 0x7f110009
com.example.scoutingapp:color/m3_sys_color_light_on_tertiary = 0x7f0501db
com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.Chip = 0x7f110182
com.example.scoutingapp:macro/m3_comp_snackbar_supporting_text_color = 0x7f0c0115
com.example.scoutingapp:style/TextAppearance.MaterialComponents.Headline4 = 0x7f110201
com.example.scoutingapp:id/tag_transition_group = 0x7f0801e8
com.example.scoutingapp:macro/m3_comp_fab_surface_icon_color = 0x7f0c003e
com.example.scoutingapp:id/leftToRight = 0x7f080111
com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.Corner.Bottom = 0x7f110183
com.example.scoutingapp:macro/m3_comp_filled_tonal_icon_button_container_color = 0x7f0c0054
com.example.scoutingapp:dimen/m3_sys_motion_easing_emphasized_accelerate_control_x2 = 0x7f0601f7
com.example.scoutingapp:attr/actionBarTheme = 0x7f03000b
com.example.scoutingapp:style/Widget.Material3.CompoundButton.MaterialSwitch = 0x7f11037e
com.example.scoutingapp:macro/m3_comp_time_picker_container_color = 0x7f0c014e
com.example.scoutingapp:styleable/include = 0x7f120099
com.example.scoutingapp:style/Widget.MaterialComponents.NavigationView = 0x7f11043d
com.example.scoutingapp:style/Base.Widget.AppCompat.Button.Small = 0x7f1100d3
com.example.scoutingapp:id/tag_transition_group = 0x7f0801e8
com.example.scoutingapp:macro/m3_comp_fab_surface_icon_color = 0x7f0c003e
com.example.scoutingapp:id/leftToRight = 0x7f080111
com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.Corner.Bottom = 0x7f110183
com.example.scoutingapp:macro/m3_comp_filled_tonal_icon_button_container_color = 0x7f0c0054
com.example.scoutingapp:color/m3_sys_color_dynamic_secondary_fixed_dim = 0x7f0501c9
com.example.scoutingapp:style/Widget.MaterialComponents.NavigationView = 0x7f11043d
com.example.scoutingapp:style/TextAppearance.MaterialComponents.Headline4 = 0x7f110201
com.example.scoutingapp:style/Base.Widget.Material3.CompoundButton.CheckBox = 0x7f110104
com.example.scoutingapp:style/Animation.Material3.SideSheetDialog.Right = 0x7f110009
com.example.scoutingapp:color/m3_sys_color_light_on_tertiary = 0x7f0501db
com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.Chip = 0x7f110182
com.example.scoutingapp:macro/m3_comp_snackbar_supporting_text_color = 0x7f0c0115
com.example.scoutingapp:style/Base.Widget.AppCompat.Button.Colored = 0x7f1100d2
com.example.scoutingapp:drawable/abc_menu_hardkey_panel_mtrl_mult = 0x7f07005b
com.example.scoutingapp:drawable/abc_control_background_material = 0x7f07003d
@ -594,18 +594,18 @@ com.example.scoutingapp:style/Widget.Design.Snackbar = 0x7f11033a
com.example.scoutingapp:style/Base.V22.Theme.AppCompat = 0x7f1100ae
com.example.scoutingapp:color/m3_tabs_icon_color_secondary = 0x7f0501fb
com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.Button.Borderless.Colored = 0x7f1101bb
com.example.scoutingapp:styleable/Layout = 0x7f120048
com.example.scoutingapp:styleable/Carousel = 0x7f12001b
com.example.scoutingapp:dimen/mtrl_tooltip_minWidth = 0x7f060309
com.example.scoutingapp:style/TextAppearance.AppCompat.Light.SearchResult.Subtitle = 0x7f1101a1
com.example.scoutingapp:style/TextAppearance.Material3.TitleSmall = 0x7f1101f7
com.example.scoutingapp:dimen/mtrl_navigation_item_horizontal_padding = 0x7f0602c6
com.example.scoutingapp:id/actionDownUp = 0x7f080045
com.example.scoutingapp:styleable/Slider = 0x7f12007e
com.example.scoutingapp:color/material_dynamic_primary20 = 0x7f05023f
com.example.scoutingapp:id/arc = 0x7f080064
com.example.scoutingapp:id/actionDownUp = 0x7f080045
com.example.scoutingapp:color/mtrl_outlined_stroke_color = 0x7f0502dc
com.example.scoutingapp:styleable/Layout = 0x7f120048
com.example.scoutingapp:styleable/Carousel = 0x7f12001b
com.example.scoutingapp:dimen/mtrl_tooltip_minWidth = 0x7f060309
com.example.scoutingapp:dimen/mtrl_navigation_item_horizontal_padding = 0x7f0602c6
com.example.scoutingapp:style/TextAppearance.AppCompat.Light.SearchResult.Subtitle = 0x7f1101a1
com.example.scoutingapp:style/TextAppearance.Material3.TitleSmall = 0x7f1101f7
com.example.scoutingapp:style/Base.V7.Theme.AppCompat = 0x7f1100bb
com.example.scoutingapp:color/mtrl_outlined_stroke_color = 0x7f0502dc
com.example.scoutingapp:style/Base.V21.ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f1100ad
com.example.scoutingapp:style/ShapeAppearance.M3.Sys.Shape.Corner.ExtraSmall = 0x7f110169
com.example.scoutingapp:id/invisible = 0x7f080108
@ -665,14 +665,14 @@ com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.TextInputEditText.
com.example.scoutingapp:string/abc_menu_space_shortcut_label = 0x7f10000f
com.example.scoutingapp:style/Base.Theme.AppCompat = 0x7f11004b
com.example.scoutingapp:style/Base.Widget.AppCompat.SeekBar = 0x7f1100f5
com.example.scoutingapp:style/ShapeAppearance.M3.Comp.Switch.Track.Shape = 0x7f110166
com.example.scoutingapp:style/Widget.Material3.MaterialTimePicker.Display.TextInputEditText = 0x7f1103b9
com.example.scoutingapp:style/ThemeOverlay.AppCompat.Dialog.Alert = 0x7f11027d
com.example.scoutingapp:color/m3_sys_color_dark_inverse_primary = 0x7f05015e
com.example.scoutingapp:id/time = 0x7f080201
com.example.scoutingapp:style/Widget.Material3.TextInputEditText.OutlinedBox.Dense = 0x7f1103dc
com.example.scoutingapp:style/Widget.AppCompat.ProgressBar.Horizontal = 0x7f110321
com.example.scoutingapp:id/open_search_view_status_bar_spacer = 0x7f08017a
com.example.scoutingapp:style/Widget.Material3.MaterialTimePicker.Display.TextInputEditText = 0x7f1103b9
com.example.scoutingapp:style/ThemeOverlay.AppCompat.Dialog.Alert = 0x7f11027d
com.example.scoutingapp:style/ShapeAppearance.M3.Comp.Switch.Track.Shape = 0x7f110166
com.example.scoutingapp:style/Base.TextAppearance.MaterialComponents.Headline6 = 0x7f110046
com.example.scoutingapp:style/Base.Theme.Material3.Light.Dialog.FixedSize = 0x7f110062
com.example.scoutingapp:id/material_minute_text_input = 0x7f08012d
@ -698,15 +698,15 @@ com.example.scoutingapp:dimen/m3_bottom_nav_item_padding_bottom = 0x7f0600bf
com.example.scoutingapp:style/ThemeOverlay.Material3.Search = 0x7f1102b5
com.example.scoutingapp:style/Theme.Material3.DynamicColors.Dark.NoActionBar = 0x7f110239
com.example.scoutingapp:macro/m3_comp_slider_disabled_handle_color = 0x7f0c010d
com.example.scoutingapp:id/button_Next = 0x7f080081
com.example.scoutingapp:string/abc_activitychooserview_choose_application = 0x7f100005
com.example.scoutingapp:style/Base.Theme.AppCompat.Dialog = 0x7f11004d
com.example.scoutingapp:dimen/mtrl_navigation_bar_item_default_icon_size = 0x7f0602c3
com.example.scoutingapp:id/percent = 0x7f08018a
com.example.scoutingapp:id/button_Next = 0x7f080081
com.example.scoutingapp:dimen/mtrl_calendar_header_content_padding = 0x7f06027e
com.example.scoutingapp:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Secondary = 0x7f110383
com.example.scoutingapp:style/TextAppearance.Design.Counter.Overflow = 0x7f1101cb
com.example.scoutingapp:styleable/CollapsingToolbarLayout = 0x7f120022
com.example.scoutingapp:style/TextAppearance.Design.Counter.Overflow = 0x7f1101cb
com.example.scoutingapp:style/Base.TextAppearance.MaterialComponents.Button = 0x7f110045
com.example.scoutingapp:macro/m3_comp_date_picker_modal_weekdays_label_text_color = 0x7f0c001d
com.example.scoutingapp:id/material_clock_face = 0x7f080124
@ -729,8 +729,6 @@ com.example.scoutingapp:macro/m3_comp_switch_unselected_hover_icon_color = 0x7f0
com.example.scoutingapp:layout/select_dialog_multichoice_material = 0x7f0b006e
com.example.scoutingapp:integer/abc_config_activityDefaultDur = 0x7f090000
com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.Dialog.Alert = 0x7f110250
com.example.scoutingapp:style/Base.Theme.MaterialComponents.Light.DarkActionBar = 0x7f110070
com.example.scoutingapp:style/Base.TextAppearance.MaterialComponents.Badge = 0x7f110044
com.example.scoutingapp:color/m3_sys_color_dark_inverse_surface = 0x7f05015f
com.example.scoutingapp:id/notification_background = 0x7f080169
com.example.scoutingapp:drawable/$m3_avd_hide_password__0 = 0x7f070007
@ -738,25 +736,27 @@ com.example.scoutingapp:string/material_timepicker_am = 0x7f100061
com.example.scoutingapp:string/mtrl_checkbox_state_description_unchecked = 0x7f100073
com.example.scoutingapp:style/Widget.Design.TextInputEditText = 0x7f11033c
com.example.scoutingapp:style/Widget.Material3.Chip.Input.Icon = 0x7f11036d
com.example.scoutingapp:macro/m3_comp_switch_unselected_pressed_icon_color = 0x7f0c013c
com.example.scoutingapp:string/clear_text_end_icon_content_description = 0x7f100031
com.example.scoutingapp:id/confirm_button = 0x7f08009d
com.example.scoutingapp:style/Widget.Material3.Button.TonalButton.Icon = 0x7f110361
com.example.scoutingapp:id/action_menu_divider = 0x7f080052
com.example.scoutingapp:dimen/mtrl_snackbar_message_margin_horizontal = 0x7f0602f4
com.example.scoutingapp:styleable/Snackbar = 0x7f12007f
com.example.scoutingapp:id/date_picker_actions = 0x7f0800ac
com.example.scoutingapp:macro/m3_comp_switch_unselected_pressed_icon_color = 0x7f0c013c
com.example.scoutingapp:style/Widget.Material3.Button.TonalButton.Icon = 0x7f110361
com.example.scoutingapp:id/confirm_button = 0x7f08009d
com.example.scoutingapp:string/clear_text_end_icon_content_description = 0x7f100031
com.example.scoutingapp:styleable/Snackbar = 0x7f12007f
com.example.scoutingapp:style/Base.Theme.MaterialComponents.Light.DarkActionBar = 0x7f110070
com.example.scoutingapp:style/Base.TextAppearance.MaterialComponents.Badge = 0x7f110044
com.example.scoutingapp:style/Base.Widget.Material3.TabLayout.Secondary = 0x7f110111
com.example.scoutingapp:styleable/StateListDrawableItem = 0x7f120084
com.example.scoutingapp:style/Widget.MaterialComponents.ActionBar.Primary = 0x7f1103e9
com.example.scoutingapp:macro/m3_comp_navigation_bar_container_color = 0x7f0c006b
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Caption = 0x7f11001a
com.example.scoutingapp:styleable/OnSwipe = 0x7f12006f
com.example.scoutingapp:id/parentRelative = 0x7f080184
com.example.scoutingapp:macro/m3_comp_secondary_navigation_tab_with_icon_active_icon_color = 0x7f0c0102
com.example.scoutingapp:dimen/mtrl_bottomappbar_fab_cradle_vertical_offset = 0x7f060257
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Caption = 0x7f11001a
com.example.scoutingapp:styleable/OnSwipe = 0x7f12006f
com.example.scoutingapp:style/TextAppearance.Widget.AppCompat.ExpandedMenu.Item = 0x7f110209
com.example.scoutingapp:string/m3_ref_typeface_brand_medium = 0x7f100043
com.example.scoutingapp:style/TextAppearance.Widget.AppCompat.ExpandedMenu.Item = 0x7f110209
com.example.scoutingapp:style/Base.ThemeOverlay.MaterialComponents.Dialog = 0x7f110085
com.example.scoutingapp:style/ThemeOverlay.Material3 = 0x7f110280
com.example.scoutingapp:drawable/ic_search_black_24 = 0x7f07009c
@ -795,10 +795,10 @@ com.example.scoutingapp:string/mtrl_switch_thumb_path_pressed = 0x7f1000a0
com.example.scoutingapp:color/dim_foreground_material_light = 0x7f050059
com.example.scoutingapp:drawable/abc_btn_switch_to_on_mtrl_00001 = 0x7f070038
com.example.scoutingapp:string/mtrl_switch_thumb_path_name = 0x7f10009f
com.example.scoutingapp:string/abc_menu_sym_shortcut_label = 0x7f100010
com.example.scoutingapp:style/ShapeAppearance.M3.Sys.Shape.Corner.Full = 0x7f11016a
com.example.scoutingapp:style/Widget.Material3.CompoundButton.Switch = 0x7f110380
com.example.scoutingapp:style/Base.TextAppearance.AppCompat = 0x7f110016
com.example.scoutingapp:string/abc_menu_sym_shortcut_label = 0x7f100010
com.example.scoutingapp:style/ShapeAppearance.M3.Sys.Shape.Corner.Full = 0x7f11016a
com.example.scoutingapp:string/mtrl_switch_thumb_group_name = 0x7f10009c
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Light = 0x7f1102d2
com.example.scoutingapp:id/disableScroll = 0x7f0800be
@ -885,8 +885,8 @@ com.example.scoutingapp:string/abc_menu_alt_shortcut_label = 0x7f100008
com.example.scoutingapp:style/MaterialAlertDialog.Material3 = 0x7f110123
com.example.scoutingapp:style/Widget.AppCompat.Light.PopupMenu = 0x7f110314
com.example.scoutingapp:drawable/mtrl_switch_thumb_checked_pressed = 0x7f0700ce
com.example.scoutingapp:id/mtrl_calendar_main_pane = 0x7f080145
com.example.scoutingapp:dimen/m3_comp_navigation_drawer_pressed_state_layer_opacity = 0x7f060143
com.example.scoutingapp:id/mtrl_calendar_main_pane = 0x7f080145
com.example.scoutingapp:string/abc_action_bar_home_description = 0x7f100000
com.example.scoutingapp:string/can_remove_algae = 0x7f10002d
com.example.scoutingapp:dimen/m3_comp_search_bar_avatar_size = 0x7f06016e
@ -977,8 +977,8 @@ com.example.scoutingapp:style/Widget.Material3.Slider = 0x7f1103cf
com.example.scoutingapp:style/Theme.AppCompat.DayNight.Dialog.MinWidth = 0x7f110212
com.example.scoutingapp:macro/m3_comp_time_picker_time_selector_label_text_type = 0x7f0c015f
com.example.scoutingapp:color/m3_sys_color_light_primary = 0x7f0501df
com.example.scoutingapp:style/Theme.AppCompat.DayNight.Dialog = 0x7f110210
com.example.scoutingapp:id/action_container = 0x7f08004e
com.example.scoutingapp:style/Theme.AppCompat.DayNight.Dialog = 0x7f110210
com.example.scoutingapp:macro/m3_comp_switch_selected_hover_state_layer_color = 0x7f0c0127
com.example.scoutingapp:macro/m3_comp_switch_selected_focus_handle_color = 0x7f0c0120
com.example.scoutingapp:macro/m3_comp_switch_selected_icon_color = 0x7f0c0129
@ -1029,8 +1029,8 @@ com.example.scoutingapp:macro/m3_comp_search_bar_input_text_color = 0x7f0c00e9
com.example.scoutingapp:macro/m3_comp_outlined_card_container_color = 0x7f0c00a8
com.example.scoutingapp:macro/m3_comp_radio_button_unselected_focus_state_layer_color = 0x7f0c00e0
com.example.scoutingapp:macro/m3_comp_radio_button_selected_pressed_state_layer_color = 0x7f0c00de
com.example.scoutingapp:color/ic_launcher_background = 0x7f050307
com.example.scoutingapp:dimen/m3_alert_dialog_icon_margin = 0x7f0600a1
com.example.scoutingapp:color/ic_launcher_background = 0x7f050307
com.example.scoutingapp:macro/m3_comp_radio_button_selected_icon_color = 0x7f0c00dc
com.example.scoutingapp:id/end = 0x7f0800d2
com.example.scoutingapp:styleable/KeyFrame = 0x7f120042
@ -1172,16 +1172,16 @@ com.example.scoutingapp:style/ThemeOverlay.Material3.MaterialCalendar.Fullscreen
com.example.scoutingapp:layout/mtrl_picker_header_fullscreen = 0x7f0b005f
com.example.scoutingapp:color/m3_sys_color_dark_secondary = 0x7f05016f
com.example.scoutingapp:layout/mtrl_layout_snackbar = 0x7f0b0058
com.example.scoutingapp:style/Base.Animation.AppCompat.DropDownUp = 0x7f11000e
com.example.scoutingapp:color/m3_sys_color_light_on_secondary_container = 0x7f0501d8
com.example.scoutingapp:style/Theme.MaterialComponents = 0x7f110246
com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.ActionBar.Title = 0x7f1101b4
com.example.scoutingapp:drawable/mtrl_checkbox_button_icon_unchecked_indeterminate = 0x7f0700bd
com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary50 = 0x7f0500ee
com.example.scoutingapp:id/month_navigation_previous = 0x7f08013e
com.example.scoutingapp:color/m3_timepicker_clock_text_color = 0x7f05020b
com.example.scoutingapp:style/Theme.Design.Light = 0x7f110224
com.example.scoutingapp:color/m3_sys_color_light_on_secondary_container = 0x7f0501d8
com.example.scoutingapp:style/Base.Animation.AppCompat.DropDownUp = 0x7f11000e
com.example.scoutingapp:layout/mtrl_calendar_year = 0x7f0b0057
com.example.scoutingapp:style/Theme.Design.Light = 0x7f110224
com.example.scoutingapp:style/Theme.MaterialComponents = 0x7f110246
com.example.scoutingapp:layout/material_clockface_view = 0x7f0b003f
com.example.scoutingapp:styleable/RadialViewGroup = 0x7f120073
com.example.scoutingapp:style/Widget.Material3.LinearProgressIndicator.Legacy = 0x7f110398
@ -1265,11 +1265,11 @@ com.example.scoutingapp:style/Base.Widget.AppCompat.Button.Borderless = 0x7f1100
com.example.scoutingapp:macro/m3_comp_filter_chip_label_text_type = 0x7f0c0058
com.example.scoutingapp:style/Widget.Material3.SearchBar.Outlined = 0x7f1103c7
com.example.scoutingapp:dimen/m3_comp_bottom_app_bar_container_elevation = 0x7f060101
com.example.scoutingapp:style/TextAppearance.Design.CollapsingToolbar.Expanded = 0x7f1101c9
com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.PopupMenu.Large = 0x7f1101c0
com.example.scoutingapp:macro/m3_comp_top_app_bar_medium_headline_color = 0x7f0c016d
com.example.scoutingapp:style/Widget.AppCompat.ButtonBar.AlertDialog = 0x7f1102fa
com.example.scoutingapp:interpolator/m3_sys_motion_easing_emphasized_decelerate = 0x7f0a0009
com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.PopupMenu.Large = 0x7f1101c0
com.example.scoutingapp:style/TextAppearance.Design.CollapsingToolbar.Expanded = 0x7f1101c9
com.example.scoutingapp:layout/abc_action_mode_bar = 0x7f0b0004
com.example.scoutingapp:macro/m3_comp_secondary_navigation_tab_active_indicator_color = 0x7f0c00fa
com.example.scoutingapp:attr/tabMinWidth = 0x7f030425
@ -1291,7 +1291,9 @@ com.example.scoutingapp:integer/mtrl_switch_track_viewport_width = 0x7f09003d
com.example.scoutingapp:macro/m3_comp_bottom_app_bar_container_color = 0x7f0c0005
com.example.scoutingapp:integer/mtrl_chip_anim_duration = 0x7f090035
com.example.scoutingapp:style/TextAppearance.Material3.BodySmall = 0x7f1101e7
com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.Dialog.FixedSize = 0x7f110253
com.example.scoutingapp:string/bottomsheet_action_expand = 0x7f100021
com.example.scoutingapp:id/buttonSave = 0x7f08022f
com.example.scoutingapp:integer/mtrl_btn_anim_duration_ms = 0x7f09002f
com.example.scoutingapp:integer/mtrl_badge_max_character_count = 0x7f09002d
com.example.scoutingapp:macro/m3_comp_fab_primary_container_shape = 0x7f0c0037
@ -1334,13 +1336,13 @@ com.example.scoutingapp:style/Base.V14.ThemeOverlay.Material3.BottomSheetDialog
com.example.scoutingapp:color/switch_thumb_normal_material_light = 0x7f050303
com.example.scoutingapp:dimen/notification_top_pad_large_text = 0x7f06031a
com.example.scoutingapp:id/chains = 0x7f080091
com.example.scoutingapp:style/ShapeAppearance.M3.Sys.Shape.Corner.ExtraLarge = 0x7f110168
com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents.Title.Panel.CenterStacked = 0x7f110134
com.example.scoutingapp:bool/abc_action_bar_embed_tabs = 0x7f040000
com.example.scoutingapp:dimen/m3_comp_suggestion_chip_flat_outline_width = 0x7f06018d
com.example.scoutingapp:macro/m3_comp_navigation_bar_active_hover_label_text_color = 0x7f0c0063
com.example.scoutingapp:integer/design_tab_indicator_anim_duration_ms = 0x7f090007
com.example.scoutingapp:string/call_notification_screening_text = 0x7f10002b
com.example.scoutingapp:dimen/m3_comp_suggestion_chip_flat_outline_width = 0x7f06018d
com.example.scoutingapp:bool/abc_action_bar_embed_tabs = 0x7f040000
com.example.scoutingapp:style/ShapeAppearance.M3.Sys.Shape.Corner.ExtraLarge = 0x7f110168
com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents.Title.Panel.CenterStacked = 0x7f110134
com.example.scoutingapp:integer/config_tooltipAnimTime = 0x7f090005
com.example.scoutingapp:string/abc_shareactionprovider_share_with_application = 0x7f100019
com.example.scoutingapp:id/dragDown = 0x7f0800c2
@ -1353,14 +1355,14 @@ com.example.scoutingapp:integer/abc_config_activityShortDur = 0x7f090001
com.example.scoutingapp:style/Widget.AppCompat.CompoundButton.Switch = 0x7f1102fd
com.example.scoutingapp:style/Widget.Material3.Light.ActionBar.Solid = 0x7f110396
com.example.scoutingapp:style/Widget.Material3.MaterialTimePicker.Display.TextInputLayout = 0x7f1103ba
com.example.scoutingapp:style/TextAppearance.AppCompat.Headline = 0x7f11019d
com.example.scoutingapp:string/abc_menu_shift_shortcut_label = 0x7f10000e
com.example.scoutingapp:color/m3_sys_color_dynamic_dark_inverse_surface = 0x7f050181
com.example.scoutingapp:macro/m3_comp_top_app_bar_small_headline_type = 0x7f0c0171
com.example.scoutingapp:style/Theme.Material3.Light.NoActionBar = 0x7f110244
com.example.scoutingapp:layout/design_navigation_item_header = 0x7f0b002b
com.example.scoutingapp:string/searchview_navigation_content_description = 0x7f1000b1
com.example.scoutingapp:id/wrap_content_constrained = 0x7f080229
com.example.scoutingapp:macro/m3_comp_top_app_bar_small_headline_type = 0x7f0c0171
com.example.scoutingapp:color/m3_sys_color_dynamic_dark_inverse_surface = 0x7f050181
com.example.scoutingapp:string/abc_menu_shift_shortcut_label = 0x7f10000e
com.example.scoutingapp:style/TextAppearance.AppCompat.Headline = 0x7f11019d
com.example.scoutingapp:id/withinBounds = 0x7f080226
com.example.scoutingapp:color/material_personalized_color_text_secondary_and_tertiary_inverse = 0x7f0502a6
com.example.scoutingapp:color/dim_foreground_material_dark = 0x7f050058
@ -1454,8 +1456,8 @@ com.example.scoutingapp:style/Base.Theme.MaterialComponents.Light.Dialog.Alert =
com.example.scoutingapp:interpolator/m3_sys_motion_easing_standard = 0x7f0a000b
com.example.scoutingapp:macro/m3_comp_navigation_drawer_label_text_type = 0x7f0c0091
com.example.scoutingapp:string/abc_prepend_shortcut_label = 0x7f100011
com.example.scoutingapp:layout/abc_action_bar_title_item = 0x7f0b0000
com.example.scoutingapp:id/textEnd = 0x7f0801ef
com.example.scoutingapp:layout/abc_action_bar_title_item = 0x7f0b0000
com.example.scoutingapp:macro/m3_comp_radio_button_unselected_icon_color = 0x7f0c00e3
com.example.scoutingapp:id/text2 = 0x7f0801ee
com.example.scoutingapp:id/teamnumber = 0x7f0801ec
@ -1634,8 +1636,8 @@ com.example.scoutingapp:id/material_label = 0x7f08012c
com.example.scoutingapp:id/snap = 0x7f0801c4
com.example.scoutingapp:id/material_clock_period_am_button = 0x7f080127
com.example.scoutingapp:style/Widget.MaterialComponents.Button.UnelevatedButton.Icon = 0x7f110409
com.example.scoutingapp:id/material_clock_level = 0x7f080126
com.example.scoutingapp:integer/material_motion_path = 0x7f09002c
com.example.scoutingapp:id/material_clock_level = 0x7f080126
com.example.scoutingapp:id/material_clock_display_and_toggle = 0x7f080123
com.example.scoutingapp:style/Platform.AppCompat = 0x7f110137
com.example.scoutingapp:id/content = 0x7f0800a0
@ -2721,8 +2723,8 @@ com.example.scoutingapp:dimen/abc_list_item_height_material = 0x7f060031
com.example.scoutingapp:attr/fontProviderQuery = 0x7f030202
com.example.scoutingapp:dimen/mtrl_calendar_dialog_background_inset = 0x7f06027d
com.example.scoutingapp:dimen/abc_list_item_height_large_material = 0x7f060030
com.example.scoutingapp:mipmap/ic_launcher_foreground = 0x7f0d0002
com.example.scoutingapp:attr/colorOutlineVariant = 0x7f030112
com.example.scoutingapp:mipmap/ic_launcher_foreground = 0x7f0d0002
com.example.scoutingapp:dimen/abc_edit_text_inset_top_material = 0x7f06002e
com.example.scoutingapp:dimen/abc_edit_text_inset_bottom_material = 0x7f06002c
com.example.scoutingapp:color/m3_ref_palette_neutral50 = 0x7f05010d
@ -3057,6 +3059,7 @@ com.example.scoutingapp:color/m3_sys_color_light_surface_container = 0x7f0501e5
com.example.scoutingapp:color/m3_sys_color_light_on_surface = 0x7f0501d9
com.example.scoutingapp:dimen/mtrl_calendar_selection_text_baseline_to_top = 0x7f060292
com.example.scoutingapp:attr/itemActiveIndicatorStyle = 0x7f03024e
com.example.scoutingapp:id/buttonReset = 0x7f080230
com.example.scoutingapp:color/m3_sys_color_light_on_secondary = 0x7f0501d7
com.example.scoutingapp:attr/materialIconButtonOutlinedStyle = 0x7f030300
com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral40 = 0x7f0500a8

View File

@ -3237,7 +3237,10 @@ id bounce
id bounceBoth
id bounceEnd
id bounceStart
id buttonNext
id buttonPanel
id buttonReset
id buttonSave
id button_L1
id button_L2
id button_L3

View File

@ -1,6 +1,7 @@
package com.example.scoutingapp;
import java.text.SimpleDateFormat;
import android.content.SharedPreferences;
import java.util.Date;
import java.util.Locale;
import android.content.Intent;
@ -64,9 +65,11 @@ public class EndActivity extends AppCompatActivity {
Button parkButton = (Button) findViewById(R.id.RB_Park);
Button noClimbButton = (Button) findViewById(R.id.RB_NoClimb);
Button submit = (Button) findViewById(R.id.Submit_button);
submit.setOnClickListener(new View.OnClickListener() {
public void onClick(View view) {
SharedPreferences prefs = Submit.getPrefs(EndActivity.this);
MainActivity.matchData.seteNote(String.valueOf(noteText.getText()));
csvMake();
String csvFileString = MainActivity.matchData.getCSVFileName();

View File

@ -2,6 +2,7 @@ package com.example.scoutingapp;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.Uri;
import android.os.Bundle;
import android.os.StrictMode;
@ -52,6 +53,9 @@ public class MainActivity extends AppCompatActivity {
return insets;
});
matchData = new MatchData();
SharedPreferences sharedPreferences = getSharedPreferences("MySettings", MODE_PRIVATE);
String EventText = sharedPreferences.getString("MatchText", "");
String NameText = sharedPreferences.getString("NameText", "");
EditText matchNumber = (EditText) findViewById(R.id.Match);
//EditText scoutNameTextBox = (EditText) findViewById(R.id.scoutNameText);
@ -61,7 +65,8 @@ public class MainActivity extends AppCompatActivity {
nextButton.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
//matchData.setScoutName(scoutNameTextBox.getText().toString());
matchData.setScoutName(NameText);
matchData.setEventName(EventText);
if (matchData.getEventName().isEmpty() ||
matchData.getMatchNumber() == 0 ||
@ -126,8 +131,8 @@ public class MainActivity extends AppCompatActivity {
} else {
try {
matchData.setMatchNumber(Integer.parseInt(matchNumber.getText().toString()));
stream = getJSON("https://www.thebluealliance.com/api/v3/match/2025melew_qm" + matchData.getMatchNumber());
String TBAURL = sharedPreferences.getString("TBAText", "");
stream = getJSON(TBAURL + matchData.getMatchNumber());
JsonElement jsonElement = JsonParser.parseReader(new InputStreamReader(stream));
JsonObject teamsJSON = jsonElement.getAsJsonObject();

View File

@ -79,8 +79,11 @@ public class MatchData {
};
return String.join("@#@", matchData);
}
public String getCSVFileName() {
return eventName + matchNumber + teamNumber + ".csv";
}

View File

@ -1,6 +1,12 @@
package com.example.scoutingapp;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import androidx.activity.EdgeToEdge;
import androidx.appcompat.app.AppCompatActivity;
@ -20,5 +26,79 @@ public class SettingsActivity extends AppCompatActivity {
v.setPadding(systemBars.left, systemBars.top, systemBars.right, systemBars.bottom);
return insets;
});
EditText NameTextSetting = findViewById(R.id.Name);
EditText TBATextSetting = findViewById(R.id.TBA);
EditText SheetsTextSetting = findViewById(R.id.Sheets);
EditText MatchTextSetting = findViewById(R.id.Match);
Button saveButton = findViewById(R.id.buttonSave);
Button NextButton = findViewById(R.id.buttonNext);
Button resetButton = findViewById(R.id.buttonReset);
SharedPreferences sharedPreferences = getSharedPreferences("MySettings", MODE_PRIVATE);
SharedPreferences.Editor editor = sharedPreferences.edit();
NextButton.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
makeIntent();
}
});
saveButton.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
String NameToSave = NameTextSetting.getText().toString();
String TBAToSave = TBATextSetting.getText().toString();
String SheetsToSave = SheetsTextSetting.getText().toString();
String MatchToSave = MatchTextSetting.getText().toString();
editor.putString("NameText", NameToSave);
editor.putString("TBAText", TBAToSave);
editor.putString("SheetsText", SheetsToSave);
editor.putString("MatchText", MatchToSave);
editor.apply(); // or commit() if you want it synchronous
Toast.makeText(SettingsActivity.this, "Saved!", Toast.LENGTH_SHORT).show();
}
});
resetButton.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
String defaultName = "";
NameTextSetting.setText(defaultName);
editor.putString("NameText", defaultName);
String defaultTBA = "https://www.thebluealliance.com/api/v3/match/2025melew_qm";
TBATextSetting.setText(defaultTBA);
editor.putString("TBAText", defaultTBA);
String defaultSheets = "1ky5LBTpnEeBEEaaF7z6UWdh-E7YmOSeij4dYdR2PU4A";
SheetsTextSetting.setText(defaultSheets);
editor.putString("SheetsText", defaultSheets);
String defaultMatch = "MELEW";
MatchTextSetting.setText(defaultMatch);
editor.putString("MatchText", defaultMatch);
editor.apply();
Toast.makeText(SettingsActivity.this, "Reset to default!", Toast.LENGTH_SHORT).show();
}
});
String NameText = sharedPreferences.getString("NameText", ""); // "" is the default
NameTextSetting.setText(NameText);
String TBAText = sharedPreferences.getString("TBAText", ""); // "" is the default
TBATextSetting.setText(TBAText);
String SheetsText = sharedPreferences.getString("SheetsText", ""); // "" is the default
SheetsTextSetting.setText(SheetsText);
String MatchText = sharedPreferences.getString("MatchText", ""); // "" is the default
MatchTextSetting.setText(MatchText);
}
private void makeIntent() {
Intent intent = new Intent(this, MainActivity.class);
startActivity(intent);
}
}

View File

@ -1,7 +1,9 @@
package com.example.scoutingapp;
import android.content.Context;
import android.content.SharedPreferences;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.ConnectivityManager;
import android.net.NetworkCapabilities;
import android.net.NetworkInfo;
@ -27,15 +29,15 @@ import java.util.Arrays;
import java.util.List;
public class Submit {
void uploadSheets(Context context, String csvFileString) {
if (!isWifiConnected(context)) {
Log.e("NetworkError", "No Wi-Fi connection. Cannot upload.");
Toast.makeText(context, "upload failed, Upload later", Toast.LENGTH_SHORT).show();
return;
public static SharedPreferences getPrefs(Context context) {
return context.getSharedPreferences("MySettings", Context.MODE_PRIVATE);
}
void uploadSheets(Context context, String csvFileString) {
SharedPreferences sharedPreferences = getPrefs(context);
String savedText = sharedPreferences.getString("SheetsText", "");
new Thread(() -> {
try {
//adds account info
@ -59,7 +61,7 @@ public class Submit {
//data for the sheet API
ValueRange body = new ValueRange().setValues(data);
//the ID for the google sheet
String spreadsheetId = "1ky5LBTpnEeBEEaaF7z6UWdh-E7YmOSeij4dYdR2PU4A";
String spreadsheetId = savedText;
//starting point
String range = "Data!a2:O2";
//inserts data to the sheet

View File

@ -8,6 +8,46 @@
android:layout_height="match_parent"
tools:context=".SettingsActivity">
<Button
android:id="@+id/buttonReset"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:backgroundTint="#FF5722"
android:text="Reset"
app:layout_constraintBottom_toTopOf="@+id/buttonNext"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.497"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/Match" />
<Button
android:id="@+id/buttonNext"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="4dp"
android:layout_marginEnd="8dp"
android:layout_marginBottom="4dp"
android:backgroundTint="#FF5722"
android:text="Next"
app:cornerRadius="0dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/buttonSave" />
<Button
android:id="@+id/buttonSave"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginEnd="4dp"
android:layout_marginBottom="4dp"
android:backgroundTint="#FF5722"
android:text="Save"
app:cornerRadius="0dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/buttonNext"
app:layout_constraintStart_toStartOf="parent" />
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/Name"
android:layout_width="match_parent"

View File

@ -650,7 +650,7 @@ code + .copy-button {
<script type="text/javascript">
function configurationCacheProblems() { return (
// begin-report-data
{"diagnostics":[{"problem":[{"text":"Executing Gradle on JVM versions 16 and lower has been deprecated."}],"severity":"WARNING","problemDetails":[{"text":"This will fail with an error in Gradle 9.0."}],"contextualLabel":"Executing Gradle on JVM versions 16 and lower has been deprecated.","documentationLink":"https://docs.gradle.org/8.13/userguide/upgrading_version_8.html#minimum_daemon_jvm_version","problemId":[{"name":"deprecation","displayName":"Deprecation"},{"name":"executing-gradle-on-jvm-versions-and-lower","displayName":"Executing Gradle on JVM versions 16 and lower has been deprecated."}],"solutions":[[{"text":"Use JVM 17 or greater to execute Gradle. Projects can continue to use older JVM versions via toolchains."}]]},{"problem":[{"text":"No variants exist that would match the request"}],"severity":"ERROR","contextualLabel":"Dependency requires at least JVM runtime version 11. This build uses a Java 8 JVM.","documentationLink":"https://docs.gradle.org/8.13/userguide/variant_model.html#sec:variant-select-errors","problemId":[{"name":"dependency-variant-resolution","displayName":"Variant resolution"},{"name":"no-compatible-variants","displayName":"No variants exist that would match the request"}]}],"problemsReport":{"totalProblemCount":2,"buildName":"Scouting App","requestedTasks":"","documentationLink":"https://docs.gradle.org/8.13/userguide/reporting_problems.html","documentationLinkCaption":"Problem report","summaries":[]}}
{"diagnostics":[{"locations":[{"taskPath":":app:compileDebugJavaWithJavac"}],"problem":[{"text":"Java compilation warning"}],"severity":"WARNING","problemDetails":[{"text":"warning: [options] source value 8 is obsolete and will be removed in a future release"}],"contextualLabel":"source value 8 is obsolete and will be removed in a future release","problemId":[{"name":"java","displayName":"Java compilation"},{"name":"compilation","displayName":"Compilation"},{"name":"compiler-warn-option-obsolete-source","displayName":"Java compilation warning"}]},{"locations":[{"taskPath":":app:compileDebugJavaWithJavac"}],"problem":[{"text":"Java compilation warning"}],"severity":"WARNING","problemDetails":[{"text":"warning: [options] target value 8 is obsolete and will be removed in a future release"}],"contextualLabel":"target value 8 is obsolete and will be removed in a future release","problemId":[{"name":"java","displayName":"Java compilation"},{"name":"compilation","displayName":"Compilation"},{"name":"compiler-warn-option-obsolete-target","displayName":"Java compilation warning"}]},{"locations":[{"taskPath":":app:compileDebugJavaWithJavac"}],"problem":[{"text":"Java compilation warning"}],"severity":"WARNING","problemDetails":[{"text":"warning: [options] To suppress warnings about obsolete options, use -Xlint:-options."}],"contextualLabel":"To suppress warnings about obsolete options, use -Xlint:-options.","problemId":[{"name":"java","displayName":"Java compilation"},{"name":"compilation","displayName":"Compilation"},{"name":"compiler-warn-option-obsolete-suppression","displayName":"Java compilation warning"}]}],"problemsReport":{"totalProblemCount":3,"buildName":"Scouting App","requestedTasks":":app:assembleDebug","documentationLink":"https://docs.gradle.org/8.13/userguide/reporting_problems.html","documentationLinkCaption":"Problem report","summaries":[]}}
// end-report-data
);}
</script>