fixed the l1-l3

This commit is contained in:
wildercayden
2026-01-17 17:02:24 -05:00
parent c34ae11b0e
commit 1c193d6d4a
70 changed files with 288 additions and 295 deletions

View File

@@ -1,4 +1,4 @@
#Tue Jan 13 16:58:46 EST 2026
#Sat Jan 17 15:45:34 EST 2026
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/fieldwithstartingpos.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_fieldwithstartingpos.webp.flat

View File

@@ -1,4 +1,4 @@
#Tue Jan 13 16:58:46 EST 2026
#Sat Jan 17 15:45:34 EST 2026
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/fieldwithstartingpos.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable\\fieldwithstartingpos.webp

View File

@@ -1,4 +1,4 @@
#Sat Jan 17 15:27:11 EST 2026
#Sat Jan 17 16:10:29 EST 2026
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

@@ -89,4 +89,36 @@
app:layout_constraintBottom_toTopOf="@+id/Submit_button"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/teamnumber" />
<RadioGroup
android:id="@+id/radioGroup2"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintBottom_toTopOf="@+id/teamnumber"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/Notes">
<RadioButton
android:id="@+id/radioButtonL1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/l1"
android:textColor="@android:color/white" />
<RadioButton
android:id="@+id/radioButtonL2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/l2"
android:textColor="@android:color/white" />
<RadioButton
android:id="@+id/radioButtonL3"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/l3"
android:textColor="@android:color/white" />
</RadioGroup>
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -8,36 +8,6 @@
android:background="#000000"
tools:context=".TeleActivity">
<RadioGroup
android:id="@+id/radioGroup2"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintBottom_toTopOf="@+id/teamnumber"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/Hub10">
<RadioButton
android:id="@+id/radioButtonL1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/l1"
android:textColor="@android:color/white" />
<RadioButton
android:id="@+id/radioButtonL2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/l2"
android:textColor="@android:color/white" />
<RadioButton
android:id="@+id/radioButtonL3"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/l3"
android:textColor="@android:color/white" />
</RadioGroup>
<TextView
android:id="@+id/teamnumber"
@@ -146,7 +116,7 @@
app:cornerRadius="0dp"
app:layout_constraintBottom_toTopOf="@+id/Hub5"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.159"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/textView2"
app:strokeColor="#FF5722"
@@ -163,7 +133,6 @@
app:cornerRadius="0dp"
app:layout_constraintBottom_toTopOf="@+id/Hub10"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/Hub"
app:strokeColor="#FF5722"
@@ -178,7 +147,7 @@
android:textColor="@android:color/white"
android:textSize="20sp"
app:cornerRadius="0dp"
app:layout_constraintBottom_toTopOf="@+id/radioGroup2"
app:layout_constraintBottom_toTopOf="@+id/teamnumber"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintStart_toStartOf="parent"

View File

@@ -1,123 +1,112 @@
com.example.scoutingapp:style/ThemeOverlay.Material3.TextInputEditText.FilledBox.Dense = 0x7f1102bb
com.example.scoutingapp:styleable/ViewPager2 = 0x7f120096
com.example.scoutingapp:style/Widget.Material3.LinearProgressIndicator = 0x7f110397
com.example.scoutingapp:style/Base.V14.Theme.MaterialComponents.Dialog = 0x7f110094
com.example.scoutingapp:style/Widget.Material3.Toolbar.OnSurface = 0x7f1103e6
com.example.scoutingapp:styleable/ViewPager2 = 0x7f120096
com.example.scoutingapp:style/TextAppearance.Material3.ActionBar.Subtitle = 0x7f1101e3
com.example.scoutingapp:style/Widget.MaterialComponents.Light.ActionBar.Solid = 0x7f11041c
com.example.scoutingapp:interpolator/m3_sys_motion_easing_emphasized_accelerate = 0x7f0a0008
com.example.scoutingapp:style/Widget.Material3.PopupMenu.Overflow = 0x7f1103c3
com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents.Title.Text.CenterStacked = 0x7f110136
com.example.scoutingapp:style/ShapeAppearance.M3.Comp.NavigationBar.Container.Shape = 0x7f11015c
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Header.Text = 0x7f1102d8
com.example.scoutingapp:style/Base.V14.Theme.MaterialComponents.Dialog = 0x7f110094
com.example.scoutingapp:integer/m3_btn_anim_duration_ms = 0x7f09000b
com.example.scoutingapp:style/Widget.AppCompat.ListView = 0x7f11031a
com.example.scoutingapp:style/Base.V21.Theme.AppCompat = 0x7f1100a2
com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker = 0x7f110458
com.example.scoutingapp:style/ShapeAppearance.M3.Comp.NavigationDrawer.ActiveIndicator.Shape = 0x7f11015d
com.example.scoutingapp:style/Widget.Material3.Toolbar.OnSurface = 0x7f1103e6
com.example.scoutingapp:layout/material_radial_view_group = 0x7f0b0040
com.example.scoutingapp:string/mtrl_switch_thumb_path_unchecked = 0x7f1000a1
com.example.scoutingapp:style/ThemeOverlay.Material3.TextInputEditText = 0x7f1102b9
com.example.scoutingapp:style/TextAppearance.AppCompat.Tooltip = 0x7f1101b0
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Toolbar.Primary = 0x7f1102e6
com.example.scoutingapp:string/mtrl_picker_start_date_description = 0x7f100090
com.example.scoutingapp:string/mtrl_checkbox_state_description_indeterminate = 0x7f100072
com.example.scoutingapp:style/ShapeAppearance.M3.Comp.NavigationDrawer.ActiveIndicator.Shape = 0x7f11015d
com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker = 0x7f110458
com.example.scoutingapp:style/Base.V21.Theme.AppCompat = 0x7f1100a2
com.example.scoutingapp:style/Widget.MaterialComponents.Chip.Action = 0x7f11040c
com.example.scoutingapp:style/Base.Widget.MaterialComponents.TextInputEditText = 0x7f11011d
com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Text = 0x7f110152
com.example.scoutingapp:style/Base.Widget.AppCompat.TextView.SpinnerItem = 0x7f1100fa
com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.Year.Selected = 0x7f1103ae
com.example.scoutingapp:string/mtrl_switch_thumb_path_unchecked = 0x7f1000a1
com.example.scoutingapp:layout/material_radial_view_group = 0x7f0b0040
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Header.Text = 0x7f1102d8
com.example.scoutingapp:id/fixed = 0x7f0800e4
com.example.scoutingapp:style/Widget.Material3.SearchView.Prefix = 0x7f1103c9
com.example.scoutingapp:style/ShapeAppearance.M3.Comp.NavigationBar.Container.Shape = 0x7f11015c
com.example.scoutingapp:integer/m3_btn_anim_duration_ms = 0x7f09000b
com.example.scoutingapp:macro/m3_comp_time_picker_time_selector_selected_pressed_state_layer_color = 0x7f0c0164
com.example.scoutingapp:style/Widget.Material3.TextInputLayout.OutlinedBox.Dense = 0x7f1103e2
com.example.scoutingapp:style/Base.Widget.AppCompat.Light.ActionBar.Solid = 0x7f1100df
com.example.scoutingapp:id/tag_on_receive_content_mime_types = 0x7f0801e7
com.example.scoutingapp:integer/m3_sys_motion_duration_medium2 = 0x7f090018
com.example.scoutingapp:style/Base.Theme.MaterialComponents.DialogWhenLarge = 0x7f11006d
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Small = 0x7f11002b
com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Text = 0x7f110152
com.example.scoutingapp:style/Widget.MaterialComponents.Chip.Action = 0x7f11040c
com.example.scoutingapp:style/Widget.MaterialComponents.Tooltip = 0x7f110466
com.example.scoutingapp:id/neverCompleteToStart = 0x7f080162
com.example.scoutingapp:id/autoCompleteToEnd = 0x7f08006a
com.example.scoutingapp:style/Widget.Material3.BottomAppBar = 0x7f110347
com.example.scoutingapp:styleable/TabLayout = 0x7f120089
com.example.scoutingapp:id/navigation_bar_item_icon_view = 0x7f08015b
com.example.scoutingapp:style/Widget.Design.FloatingActionButton = 0x7f110337
com.example.scoutingapp:style/Widget.AppCompat.ListView = 0x7f11031a
com.example.scoutingapp:color/material_dynamic_tertiary90 = 0x7f050261
com.example.scoutingapp:id/tag_on_receive_content_mime_types = 0x7f0801e7
com.example.scoutingapp:integer/m3_sys_motion_duration_medium2 = 0x7f090018
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Small = 0x7f11002b
com.example.scoutingapp:style/Base.Theme.MaterialComponents.DialogWhenLarge = 0x7f11006d
com.example.scoutingapp:id/fixed = 0x7f0800e4
com.example.scoutingapp:style/Widget.Material3.SearchView.Prefix = 0x7f1103c9
com.example.scoutingapp:string/call_notification_answer_action = 0x7f100025
com.example.scoutingapp:style/Widget.Material3.BottomSheet = 0x7f11034d
com.example.scoutingapp:raw/info = 0x7f0f0000
com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.Fullscreen = 0x7f110426
com.example.scoutingapp:style/Theme.AppCompat.DayNight.DialogWhenLarge = 0x7f110213
com.example.scoutingapp:integer/m3_sys_motion_duration_short2 = 0x7f09001c
com.example.scoutingapp:color/material_dynamic_tertiary90 = 0x7f050261
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/Base.Widget.AppCompat.TextView.SpinnerItem = 0x7f1100fa
com.example.scoutingapp:id/autoCompleteToEnd = 0x7f08006a
com.example.scoutingapp:style/Base.Widget.MaterialComponents.TextInputEditText = 0x7f11011d
com.example.scoutingapp:styleable/ThemeEnforcement = 0x7f12008e
com.example.scoutingapp:string/coral_pickup = 0x7f100033
com.example.scoutingapp:styleable/ActionBar = 0x7f120000
com.example.scoutingapp:styleable/TextInputEditText = 0x7f12008c
com.example.scoutingapp:integer/m3_sys_motion_duration_short2 = 0x7f09001c
com.example.scoutingapp:raw/info = 0x7f0f0000
com.example.scoutingapp:style/Widget.Material3.PopupMenu.Overflow = 0x7f1103c3
com.example.scoutingapp:interpolator/m3_sys_motion_easing_emphasized_accelerate = 0x7f0a0008
com.example.scoutingapp:style/Theme.AppCompat.DayNight.DialogWhenLarge = 0x7f110213
com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.Fullscreen = 0x7f110426
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:string/material_timepicker_pm = 0x7f100065
com.example.scoutingapp:style/Base.Widget.Design.TabLayout = 0x7f1100fd
com.example.scoutingapp:macro/m3_comp_badge_large_label_text_type = 0x7f0c0004
com.example.scoutingapp:string/mtrl_picker_date_header_unselected = 0x7f100080
com.example.scoutingapp:style/Widget.Material3.ExtendedFloatingActionButton.Secondary = 0x7f110387
com.example.scoutingapp:styleable/ActivityChooserView = 0x7f120005
com.example.scoutingapp:layout/mtrl_alert_dialog_actions = 0x7f0b0048
com.example.scoutingapp:styleable/Variant = 0x7f120093
com.example.scoutingapp:styleable/MaterialShape = 0x7f120059
com.example.scoutingapp:styleable/AppCompatTheme = 0x7f120012
com.example.scoutingapp:style/Widget.Material3.BottomSheet.Modal = 0x7f11034f
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:styleable/TabLayout = 0x7f120089
com.example.scoutingapp:style/Widget.Design.FloatingActionButton = 0x7f110337
com.example.scoutingapp:id/navigation_bar_item_icon_view = 0x7f08015b
com.example.scoutingapp:string/material_motion_easing_linear = 0x7f10005c
com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.Year.Selected = 0x7f1103ae
com.example.scoutingapp:id/radioGroup = 0x7f080195
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:style/ThemeOverlay.MaterialComponents.MaterialCalendar.Fullscreen = 0x7f1102dc
com.example.scoutingapp:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu = 0x7f110456
com.example.scoutingapp:string/mtrl_checkbox_button_path_name = 0x7f10006f
com.example.scoutingapp:integer/mtrl_switch_thumb_pressed_duration = 0x7f090039
com.example.scoutingapp:style/ThemeOverlay.Material3.HarmonizedColors = 0x7f1102a7
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:style/Widget.Material3.AutoCompleteTextView.OutlinedBox = 0x7f110343
com.example.scoutingapp:drawable/abc_scrubber_control_off_mtrl_alpha = 0x7f070060
com.example.scoutingapp:id/line3 = 0x7f080114
com.example.scoutingapp:styleable/Motion = 0x7f120063
com.example.scoutingapp:style/TextAppearance.Design.Suffix = 0x7f1101d2
com.example.scoutingapp:style/Widget.Material3.Button.TextButton.Dialog = 0x7f11035b
com.example.scoutingapp:styleable/AnimatedStateListDrawableCompat = 0x7f120007
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Button = 0x7f110019
com.example.scoutingapp:id/radioGroup = 0x7f080195
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:style/Base.V7.ThemeOverlay.AppCompat.Dialog = 0x7f1100bf
com.example.scoutingapp:style/ThemeOverlay.AppCompat.Dark.ActionBar = 0x7f110279
com.example.scoutingapp:styleable/ClockHandView = 0x7f120021
com.example.scoutingapp:string/mtrl_chip_close_icon_content_description = 0x7f100074
com.example.scoutingapp:string/material_motion_easing_linear = 0x7f10005c
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/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu = 0x7f110456
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.MaterialCalendar.Fullscreen = 0x7f1102dc
com.example.scoutingapp:styleable/MaterialShape = 0x7f120059
com.example.scoutingapp:id/line3 = 0x7f080114
com.example.scoutingapp:style/Widget.Material3.AutoCompleteTextView.OutlinedBox = 0x7f110343
com.example.scoutingapp:drawable/abc_scrubber_control_off_mtrl_alpha = 0x7f070060
com.example.scoutingapp:styleable/AppCompatTheme = 0x7f120012
com.example.scoutingapp:style/Widget.Material3.BottomSheet.Modal = 0x7f11034f
com.example.scoutingapp:styleable/ActivityChooserView = 0x7f120005
com.example.scoutingapp:layout/mtrl_alert_dialog_actions = 0x7f0b0048
com.example.scoutingapp:styleable/Variant = 0x7f120093
com.example.scoutingapp:style/Widget.Material3.BottomAppBar = 0x7f110347
com.example.scoutingapp:string/material_timepicker_pm = 0x7f100065
com.example.scoutingapp:style/Base.Widget.Design.TabLayout = 0x7f1100fd
com.example.scoutingapp:style/TextAppearance.AppCompat.Subhead = 0x7f1101ac
com.example.scoutingapp:style/Theme.AppCompat.Empty = 0x7f110219
com.example.scoutingapp:color/m3_sys_color_dynamic_dark_on_secondary = 0x7f050188
com.example.scoutingapp:styleable/ShapeAppearance = 0x7f12007b
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/TextAppearance.Material3.HeadlineMedium = 0x7f1101ec
com.example.scoutingapp:styleable/ViewTransition = 0x7f120098
com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.BottomSheetDialog = 0x7f11024b
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/Widget.MaterialComponents.TimePicker.Display = 0x7f11045b
com.example.scoutingapp:color/m3_sys_color_dark_surface_container = 0x7f050174
com.example.scoutingapp:style/Widget.Material3.CircularProgressIndicator.Small = 0x7f110379
com.example.scoutingapp:style/Theme.Material3.Dark.Dialog.Alert = 0x7f11022b
com.example.scoutingapp:string/mtrl_picker_range_header_only_end_selected = 0x7f10008a
com.example.scoutingapp:style/Theme.MaterialComponents.Dialog.FixedSize = 0x7f11025e
com.example.scoutingapp:style/Widget.AppCompat.Light.ListPopupWindow = 0x7f110312
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f110036
com.example.scoutingapp:style/Widget.AppCompat.EditText = 0x7f110300
com.example.scoutingapp:id/ghost_view_holder = 0x7f0800ed
com.example.scoutingapp:style/TextAppearance.Design.Error = 0x7f1101cc
com.example.scoutingapp:style/ShapeAppearance.M3.Comp.SearchBar.Container.Shape = 0x7f110161
com.example.scoutingapp:style/Widget.AppCompat.Light.ActionMode.Inverse = 0x7f11030e
com.example.scoutingapp:style/Theme.MaterialComponents.Dialog.FixedSize = 0x7f11025e
com.example.scoutingapp:style/Widget.AppCompat.EditText = 0x7f110300
com.example.scoutingapp:id/ghost_view_holder = 0x7f0800ed
com.example.scoutingapp:style/Widget.AppCompat.Light.ListPopupWindow = 0x7f110312
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f110036
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
@@ -126,17 +115,11 @@ com.example.scoutingapp:string/abc_action_menu_overflow_description = 0x7f100002
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:style/Widget.MaterialComponents.MaterialCalendar.HeaderTitle = 0x7f11042e
com.example.scoutingapp:style/Base.Widget.Material3.TabLayout.OnSurface = 0x7f110110
com.example.scoutingapp:id/accessibility_custom_action_13 = 0x7f08002a
com.example.scoutingapp:string/submit = 0x7f1000b5
com.example.scoutingapp:dimen/m3_sys_motion_easing_legacy_decelerate_control_y1 = 0x7f060208
com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.DayTextView = 0x7f1103a0
com.example.scoutingapp:style/ThemeOverlay.Material3.Button = 0x7f11028b
com.example.scoutingapp:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Secondary = 0x7f1102a0
com.example.scoutingapp:id/graph_wrap = 0x7f0800f0
com.example.scoutingapp:macro/m3_comp_fab_secondary_container_color = 0x7f0c003b
com.example.scoutingapp:styleable/GradientColorItem = 0x7f12003c
com.example.scoutingapp:dimen/m3_comp_time_picker_time_selector_focus_state_layer_opacity = 0x7f0601a5
com.example.scoutingapp:style/ThemeOverlay.Material3.Button = 0x7f11028b
com.example.scoutingapp:styleable/KeyAttribute = 0x7f120040
com.example.scoutingapp:style/Widget.Material3.MaterialTimePicker.Display = 0x7f1103b6
com.example.scoutingapp:string/abc_activity_chooser_view_see_all = 0x7f100004
@@ -144,16 +127,18 @@ com.example.scoutingapp:string/mtrl_picker_invalid_format = 0x7f100083
com.example.scoutingapp:style/Widget.Material3.Snackbar.FullWidth = 0x7f1103d4
com.example.scoutingapp:style/Widget.MaterialComponents.ExtendedFloatingActionButton = 0x7f110419
com.example.scoutingapp:id/accessibility_custom_action_28 = 0x7f08003a
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/Theme.MaterialComponents.Light.BottomSheetDialog = 0x7f110264
com.example.scoutingapp:style/Theme.MaterialComponents.BottomSheetDialog = 0x7f110247
com.example.scoutingapp:macro/m3_comp_filled_text_field_container_color = 0x7f0c004b
com.example.scoutingapp:style/Widget.Material3.FloatingActionButton.Primary = 0x7f11038e
com.example.scoutingapp:style/ShapeAppearanceOverlay.MaterialComponents.TextInputLayout.FilledBox = 0x7f110193
com.example.scoutingapp:string/m3_sys_motion_easing_legacy = 0x7f10004b
com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.FloatingActionButton = 0x7f110187
com.example.scoutingapp:style/Widget.Material3.FloatingActionButton.Primary = 0x7f11038e
com.example.scoutingapp:macro/m3_comp_filled_text_field_container_color = 0x7f0c004b
com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.NoActionBar = 0x7f110258
com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.FloatingActionButton = 0x7f110187
com.example.scoutingapp:style/ThemeOverlay.Material3.DayNight.BottomSheetDialog = 0x7f110297
com.example.scoutingapp:styleable/State = 0x7f120082
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
@@ -162,90 +147,105 @@ com.example.scoutingapp:style/Widget.AppCompat.Button.Borderless = 0x7f1102f4
com.example.scoutingapp:styleable/ScrimInsetsFrameLayout = 0x7f120077
com.example.scoutingapp:style/Widget.MaterialComponents.ActionBar.Surface = 0x7f1103ec
com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.DialogWhenLarge = 0x7f110257
com.example.scoutingapp:style/ThemeOverlay.Material3.DayNight.BottomSheetDialog = 0x7f110297
com.example.scoutingapp:styleable/State = 0x7f120082
com.example.scoutingapp:string/material_motion_easing_decelerated = 0x7f10005a
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_picker_date_header_unselected = 0x7f100080
com.example.scoutingapp:id/accessibility_custom_action_13 = 0x7f08002a
com.example.scoutingapp:style/Base.Widget.Material3.TabLayout.OnSurface = 0x7f110110
com.example.scoutingapp:style/Widget.Material3.ExtendedFloatingActionButton.Secondary = 0x7f110387
com.example.scoutingapp:integer/m3_sys_motion_duration_long1 = 0x7f090013
com.example.scoutingapp:dimen/mtrl_calendar_navigation_bottom_padding = 0x7f06028b
com.example.scoutingapp:style/Widget.MaterialComponents.TextInputLayout.FilledBox = 0x7f11044f
com.example.scoutingapp:id/material_minute_tv = 0x7f08012e
com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse = 0x7f1101b7
com.example.scoutingapp:styleable/FontFamily = 0x7f120036
com.example.scoutingapp:dimen/design_bottom_sheet_peek_height_min = 0x7f06006d
com.example.scoutingapp:id/material_minute_tv = 0x7f08012e
com.example.scoutingapp:style/Widget.MaterialComponents.TextInputLayout.FilledBox = 0x7f11044f
com.example.scoutingapp:dimen/mtrl_calendar_navigation_bottom_padding = 0x7f06028b
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 = 0x7f0501b8
com.example.scoutingapp:styleable/LinearLayoutCompat_Layout = 0x7f12004a
com.example.scoutingapp:style/ShapeAppearance.Material3.Corner.ExtraLarge = 0x7f11016f
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.ActionBar.Surface = 0x7f1102c3
com.example.scoutingapp:id/scale = 0x7f0801a6
com.example.scoutingapp:string/m3_sys_motion_easing_emphasized_path_data = 0x7f10004a
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.MaterialAlertDialog.Picker.Date.Calendar = 0x7f1102d7
com.example.scoutingapp:string/m3_sys_motion_easing_emphasized_path_data = 0x7f10004a
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.ActionBar.Surface = 0x7f1102c3
com.example.scoutingapp:id/scale = 0x7f0801a6
com.example.scoutingapp:style/ShapeAppearance.Material3.Corner.ExtraLarge = 0x7f11016f
com.example.scoutingapp:style/Widget.MaterialComponents.BottomAppBar.Colored = 0x7f1103f7
com.example.scoutingapp:style/Widget.Material3.TextInputLayout.FilledBox = 0x7f1103dd
com.example.scoutingapp:style/ShapeAppearance.M3.Sys.Shape.Corner.Small = 0x7f11016e
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Calendar = 0x7f1102d7
com.example.scoutingapp:style/Base.Animation.AppCompat.Dialog = 0x7f11000d
com.example.scoutingapp:styleable/StateListDrawable = 0x7f120083
com.example.scoutingapp:styleable/MenuView = 0x7f120061
com.example.scoutingapp:style/Widget.AppCompat.ActionBar.TabText = 0x7f1102eb
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:dimen/m3_ripple_focused_alpha = 0x7f0601d6
com.example.scoutingapp:style/ThemeOverlay.AppCompat.Dialog = 0x7f11027c
com.example.scoutingapp:id/graph_wrap = 0x7f0800f0
com.example.scoutingapp:macro/m3_comp_fab_secondary_container_color = 0x7f0c003b
com.example.scoutingapp:string/mtrl_checkbox_state_description_indeterminate = 0x7f100072
com.example.scoutingapp:string/mtrl_picker_start_date_description = 0x7f100090
com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents.Title.Text.CenterStacked = 0x7f110136
com.example.scoutingapp:string/mtrl_picker_range_header_only_end_selected = 0x7f10008a
com.example.scoutingapp:dimen/m3_sys_motion_easing_legacy_decelerate_control_y1 = 0x7f060208
com.example.scoutingapp:string/submit = 0x7f1000b5
com.example.scoutingapp:style/Widget.AppCompat.SearchView = 0x7f110325
com.example.scoutingapp:id/snackbar_text = 0x7f0801c5
com.example.scoutingapp:styleable/RecycleListView = 0x7f120075
com.example.scoutingapp:style/ShapeAppearance.Material3.Tooltip = 0x7f11017a
com.example.scoutingapp:style/Base.V7.ThemeOverlay.AppCompat.Dialog = 0x7f1100bf
com.example.scoutingapp:style/Base.V14.Theme.MaterialComponents.Bridge = 0x7f110093
com.example.scoutingapp:id/accessibility_custom_action_4 = 0x7f08003f
com.example.scoutingapp:id/scrollIndicatorUp = 0x7f0801aa
com.example.scoutingapp:style/Theme.Material3.Light.Dialog.Alert = 0x7f110241
com.example.scoutingapp:style/Widget.Material3.Toolbar.Surface = 0x7f1103e7
com.example.scoutingapp:style/Widget.Material3.TextInputLayout.FilledBox = 0x7f1103dd
com.example.scoutingapp:style/ShapeAppearance.M3.Sys.Shape.Corner.Small = 0x7f11016e
com.example.scoutingapp:layout/material_chip_input_combo = 0x7f0b0039
com.example.scoutingapp:style/Widget.Material3.Toolbar.Surface = 0x7f1103e7
com.example.scoutingapp:style/Base.Widget.Material3.Chip = 0x7f110102
com.example.scoutingapp:layout/material_clock_period_toggle_land = 0x7f0b003d
com.example.scoutingapp:style/Base.ThemeOverlay.MaterialComponents.Light.Dialog.Alert.Framework = 0x7f110088
com.example.scoutingapp:id/mtrl_calendar_text_input_frame = 0x7f080148
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Dialog.Alert.Framework = 0x7f1102d1
com.example.scoutingapp:id/baseline = 0x7f08006e
com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents.Title.Icon = 0x7f110131
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Dialog = 0x7f1102cf
com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.Dialog.Alert.Bridge = 0x7f110251
com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.Day.Invalid = 0x7f110421
com.example.scoutingapp:style/Base.Theme.AppCompat.Dialog.FixedSize = 0x7f11004f
com.example.scoutingapp:macro/m3_comp_switch_unselected_pressed_state_layer_color = 0x7f0c013d
com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Query = 0x7f110151
com.example.scoutingapp:styleable/AppCompatSeekBar = 0x7f12000f
com.example.scoutingapp:id/transition_position = 0x7f080212
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 = 0x7f080220
com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Query = 0x7f110151
com.example.scoutingapp:styleable/AppCompatSeekBar = 0x7f12000f
com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker.Display.TextInputEditText = 0x7f11045e
com.example.scoutingapp:string/abc_menu_enter_shortcut_label = 0x7f10000b
com.example.scoutingapp:id/search_plate = 0x7f0801b4
com.example.scoutingapp:style/Animation.Material3.BottomSheetDialog = 0x7f110006
com.example.scoutingapp:style/Base.Widget.Material3.BottomNavigationView = 0x7f110100
com.example.scoutingapp:styleable/FloatingActionButton = 0x7f120033
com.example.scoutingapp:macro/m3_comp_date_picker_modal_weekdays_label_text_type = 0x7f0c001e
com.example.scoutingapp:style/RtlUnderlay.Widget.AppCompat.ActionButton = 0x7f110154
com.example.scoutingapp:drawable/abc_ic_menu_share_mtrl_alpha = 0x7f07004a
com.example.scoutingapp:id/pin = 0x7f08018b
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.OutlinedBox = 0x7f1102c7
com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents.Title.Icon = 0x7f110131
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Dialog = 0x7f1102cf
com.example.scoutingapp:string/mtrl_chip_close_icon_content_description = 0x7f100074
com.example.scoutingapp:styleable/MaterialToolbar = 0x7f12005e
com.example.scoutingapp:style/Widget.MaterialComponents.TabLayout.Colored = 0x7f110449
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:style/RtlUnderlay.Widget.AppCompat.ActionButton = 0x7f110154
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.ActionBar.TabText = 0x7f1102eb
com.example.scoutingapp:styleable/StateListDrawable = 0x7f120083
com.example.scoutingapp:styleable/MenuView = 0x7f120061
com.example.scoutingapp:macro/m3_comp_outlined_text_field_caret_color = 0x7f0c00b0
com.example.scoutingapp:id/layout = 0x7f08010f
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:style/TextAppearance.Design.Hint = 0x7f1101ce
com.example.scoutingapp:style/Widget.Design.CollapsingToolbar = 0x7f110336
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:string/path_password_eye = 0x7f1000a9
com.example.scoutingapp:id/chain2 = 0x7f08008f
com.example.scoutingapp:style/Theme.MaterialComponents.Dialog.MinWidth = 0x7f110260
@@ -266,9 +266,9 @@ 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:drawable/mtrl_switch_thumb_unchecked = 0x7f0700d5
com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.Year = 0x7f1103ad
com.example.scoutingapp:styleable/ConstraintLayout_placeholder = 0x7f120029
com.example.scoutingapp:drawable/mtrl_switch_thumb_unchecked = 0x7f0700d5
com.example.scoutingapp:id/floating = 0x7f0800e6
com.example.scoutingapp:style/Widget.Material3.CircularProgressIndicator = 0x7f110372
com.example.scoutingapp:style/Base.Widget.AppCompat.RatingBar = 0x7f1100f0
@@ -289,18 +289,18 @@ com.example.scoutingapp:style/TextAppearance.MaterialComponents.Headline2 = 0x7f
com.example.scoutingapp:drawable/material_ic_edit_black_24dp = 0x7f0700af
com.example.scoutingapp:layout/mtrl_picker_actions = 0x7f0b005b
com.example.scoutingapp:style/Theme.Material3.DynamicColors.DayNight = 0x7f11023a
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/Widget.MaterialComponents.Toolbar = 0x7f110462
com.example.scoutingapp:style/Widget.Material3.NavigationRailView = 0x7f1103bc
com.example.scoutingapp:style/TextAppearance.Material3.SearchView.Prefix = 0x7f1101f4
com.example.scoutingapp:style/Widget.AppCompat.Light.ActionBar.TabBar = 0x7f110305
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f110029
com.example.scoutingapp:style/Platform.V25.AppCompat = 0x7f110142
com.example.scoutingapp:style/Widget.Material3.Search.ActionButton.Overflow = 0x7f1103c4
com.example.scoutingapp:styleable/MaterialDivider = 0x7f120057
com.example.scoutingapp:style/Widget.Material3.NavigationRailView = 0x7f1103bc
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/Platform.V25.AppCompat = 0x7f110142
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f110029
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: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 = 0x7f0700e5
@@ -390,8 +390,8 @@ com.example.scoutingapp:style/Theme.AppCompat.DayNight.DarkActionBar = 0x7f11020
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 = 0x7f050228
com.example.scoutingapp:color/material_personalized_primary_inverse_text_disable_only = 0x7f0502ab
com.example.scoutingapp:id/radioGroup2 = 0x7f08022f
com.example.scoutingapp:color/material_personalized_primary_inverse_text_disable_only = 0x7f0502ab
com.example.scoutingapp:style/Widget.AppCompat.ActionBar.TabBar = 0x7f1102ea
com.example.scoutingapp:color/material_personalized_color_surface_container_highest = 0x7f05029c
com.example.scoutingapp:style/TextAppearance.MaterialComponents.TimePicker.Title = 0x7f110207
@@ -416,8 +416,8 @@ com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents = 0x7f11012
com.example.scoutingapp:style/TextAppearance.Material3.TitleMedium = 0x7f1101f6
com.example.scoutingapp:styleable/LinearProgressIndicator = 0x7f12004b
com.example.scoutingapp:macro/m3_comp_time_picker_period_selector_selected_pressed_state_layer_color = 0x7f0c0159
com.example.scoutingapp:macro/m3_comp_time_picker_time_selector_unselected_hover_state_layer_color = 0x7f0c0169
com.example.scoutingapp:dimen/mtrl_navigation_item_shape_horizontal_margin = 0x7f0602c9
com.example.scoutingapp:macro/m3_comp_time_picker_time_selector_unselected_hover_state_layer_color = 0x7f0c0169
com.example.scoutingapp:string/mtrl_picker_text_input_year_abbr = 0x7f100096
com.example.scoutingapp:style/Widget.Material3.CircularProgressIndicator.ExtraSmall = 0x7f110373
com.example.scoutingapp:color/m3_sys_color_light_outline_variant = 0x7f0501df
@@ -483,10 +483,6 @@ com.example.scoutingapp:style/Widget.AppCompat.ActionButton.CloseMode = 0x7f1102
com.example.scoutingapp:style/Base.Widget.AppCompat.SearchView = 0x7f1100f3
com.example.scoutingapp:style/Theme.AppCompat.DialogWhenLarge = 0x7f110218
com.example.scoutingapp:id/material_hour_text_input = 0x7f08012a
com.example.scoutingapp:dimen/design_navigation_icon_size = 0x7f060077
com.example.scoutingapp:style/Widget.Material3.FloatingActionButton.Surface = 0x7f110394
com.example.scoutingapp:style/Widget.AppCompat.Light.SearchView = 0x7f110316
com.example.scoutingapp:id/hide_ime_id = 0x7f0800f5
com.example.scoutingapp:style/Base.Widget.AppCompat.ListView.DropDown = 0x7f1100e9
com.example.scoutingapp:style/Base.Widget.AppCompat.Light.PopupMenu = 0x7f1100e4
com.example.scoutingapp:xml/backup_rules = 0x7f130000
@@ -522,54 +518,58 @@ 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/Widget.AppCompat.SearchView.ActionBar = 0x7f110326
com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker.ImageButton = 0x7f110460
com.example.scoutingapp:macro/m3_comp_progress_indicator_active_indicator_color = 0x7f0c00d4
com.example.scoutingapp:style/Base.Widget.AppCompat.RatingBar.Indicator = 0x7f1100f1
com.example.scoutingapp:string/material_slider_value = 0x7f100060
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: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/Base.Widget.AppCompat.Button.Small = 0x7f1100d3
com.example.scoutingapp:style/Base.Widget.Material3.CompoundButton.CheckBox = 0x7f110104
com.example.scoutingapp:style/Widget.Material3.CompoundButton.MaterialSwitch = 0x7f11037e
com.example.scoutingapp:style/TextAppearance.MaterialComponents.Headline4 = 0x7f110201
com.example.scoutingapp:id/tag_transition_group = 0x7f0801ea
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 = 0x7f0501ca
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:color/m3_sys_color_dynamic_secondary_fixed_dim = 0x7f0501ca
com.example.scoutingapp:macro/m3_comp_time_picker_container_color = 0x7f0c014e
com.example.scoutingapp:styleable/include = 0x7f120099
com.example.scoutingapp:style/Animation.Material3.SideSheetDialog.Right = 0x7f110009
com.example.scoutingapp:macro/m3_comp_snackbar_supporting_text_color = 0x7f0c0115
com.example.scoutingapp:macro/m3_comp_filled_tonal_button_container_color = 0x7f0c0052
com.example.scoutingapp:color/m3_sys_color_light_on_tertiary = 0x7f0501dc
com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.Chip = 0x7f110182
com.example.scoutingapp:macro/m3_comp_snackbar_supporting_text_color = 0x7f0c0115
com.example.scoutingapp:dimen/design_navigation_icon_size = 0x7f060077
com.example.scoutingapp:style/Widget.Material3.FloatingActionButton.Surface = 0x7f110394
com.example.scoutingapp:style/Widget.AppCompat.Light.SearchView = 0x7f110316
com.example.scoutingapp:id/hide_ime_id = 0x7f0800f5
com.example.scoutingapp:style/Widget.AppCompat.SearchView.ActionBar = 0x7f110326
com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker.ImageButton = 0x7f110460
com.example.scoutingapp:macro/m3_comp_progress_indicator_active_indicator_color = 0x7f0c00d4
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:id/tag_unhandled_key_event_manager = 0x7f0801eb
com.example.scoutingapp:attr/actionBarTheme = 0x7f03000b
com.example.scoutingapp:dimen/m3_sys_motion_easing_emphasized_accelerate_control_x2 = 0x7f0601f7
com.example.scoutingapp:id/tag_unhandled_key_event_manager = 0x7f0801eb
com.example.scoutingapp:id/material_clock_display = 0x7f080122
com.example.scoutingapp:styleable/ActionMode = 0x7f120004
com.example.scoutingapp:drawable/abc_seekbar_thumb_material = 0x7f070065
com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary30 = 0x7f0500e0
com.example.scoutingapp:macro/m3_comp_divider_color = 0x7f0c0028
com.example.scoutingapp:style/Widget.Material3.AutoCompleteTextView.OutlinedBox.Dense = 0x7f110344
com.example.scoutingapp:style/Widget.Material3.SideSheet = 0x7f1103cb
com.example.scoutingapp:color/m3_sys_color_light_secondary = 0x7f0501e2
com.example.scoutingapp:macro/m3_comp_radio_button_selected_focus_state_layer_color = 0x7f0c00d9
com.example.scoutingapp:color/m3_sys_color_dark_surface = 0x7f050172
com.example.scoutingapp:style/TextAppearance.MaterialComponents.Subtitle2 = 0x7f110206
com.example.scoutingapp:styleable/CompoundButton = 0x7f120025
com.example.scoutingapp:macro/m3_comp_outlined_text_field_hover_outline_color = 0x7f0c00be
com.example.scoutingapp:style/Base.Widget.MaterialComponents.MaterialCalendar.HeaderToggleButton = 0x7f110115
com.example.scoutingapp:style/Base.Widget.AppCompat.ButtonBar.AlertDialog = 0x7f1100d5
com.example.scoutingapp:attr/layout = 0x7f030276
com.example.scoutingapp:color/material_personalized_color_surface_container = 0x7f05029a
com.example.scoutingapp:style/Widget.MaterialComponents.BottomSheet = 0x7f1103fc
com.example.scoutingapp:macro/m3_comp_radio_button_selected_focus_state_layer_color = 0x7f0c00d9
com.example.scoutingapp:color/m3_sys_color_dark_surface = 0x7f050172
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.ButtonBar.AlertDialog = 0x7f1100d5
com.example.scoutingapp:style/Base.Widget.MaterialComponents.MaterialCalendar.HeaderToggleButton = 0x7f110115
com.example.scoutingapp:styleable/CompoundButton = 0x7f120025
com.example.scoutingapp:macro/m3_comp_outlined_text_field_hover_outline_color = 0x7f0c00be
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
@@ -603,8 +603,8 @@ com.example.scoutingapp:dimen/mtrl_tooltip_minWidth = 0x7f060309
com.example.scoutingapp:style/TextAppearance.AppCompat.Light.SearchResult.Subtitle = 0x7f1101a1
com.example.scoutingapp:dimen/mtrl_navigation_item_horizontal_padding = 0x7f0602c6
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 = 0x7f0502dd
com.example.scoutingapp:style/Base.V7.Theme.AppCompat = 0x7f1100bb
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
@@ -625,14 +625,14 @@ com.example.scoutingapp:style/Base.V14.Theme.Material3.Light.SideSheetDialog = 0
com.example.scoutingapp:style/Theme.Material3.DynamicColors.Dark = 0x7f110238
com.example.scoutingapp:style/Base.Widget.AppCompat.Light.PopupMenu.Overflow = 0x7f1100e5
com.example.scoutingapp:color/material_personalized_color_primary_text_inverse = 0x7f050293
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 = 0x7f05015f
com.example.scoutingapp:id/time = 0x7f080203
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.Widget.AppCompat.ProgressBar.Horizontal = 0x7f1100ef
com.example.scoutingapp:style/Base.V14.Theme.Material3.Dark.SideSheetDialog = 0x7f11008d
com.example.scoutingapp:style/ShapeAppearanceOverlay.MaterialComponents.Chip = 0x7f11018d
@@ -745,17 +745,17 @@ com.example.scoutingapp:id/date_picker_actions = 0x7f0800ac
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:macro/m3_comp_navigation_bar_container_color = 0x7f0c006b
com.example.scoutingapp:dimen/mtrl_bottomappbar_fab_cradle_vertical_offset = 0x7f060257
com.example.scoutingapp:string/m3_ref_typeface_brand_medium = 0x7f100043
com.example.scoutingapp:macro/m3_comp_secondary_navigation_tab_with_icon_active_icon_color = 0x7f0c0102
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:style/TextAppearance.Widget.AppCompat.ExpandedMenu.Item = 0x7f110209
com.example.scoutingapp:string/m3_ref_typeface_brand_medium = 0x7f100043
com.example.scoutingapp:style/Base.ThemeOverlay.MaterialComponents.Dialog = 0x7f110085
com.example.scoutingapp:style/ThemeOverlay.Material3 = 0x7f110280
com.example.scoutingapp:drawable/ic_search_black_24 = 0x7f07009d
@@ -827,12 +827,12 @@ com.example.scoutingapp:dimen/mtrl_extended_fab_disabled_elevation = 0x7f0602a7
com.example.scoutingapp:string/mtrl_checkbox_button_path_unchecked = 0x7f100070
com.example.scoutingapp:string/mtrl_checkbox_button_path_group_name = 0x7f10006e
com.example.scoutingapp:string/material_timepicker_text_input_mode_description = 0x7f100067
com.example.scoutingapp:style/Widget.AppCompat.Light.ActionButton = 0x7f11030b
com.example.scoutingapp:dimen/m3_comp_extended_fab_primary_hover_container_elevation = 0x7f060110
com.example.scoutingapp:style/Widget.AppCompat.ImageButton = 0x7f110301
com.example.scoutingapp:attr/clearsTag = 0x7f0300d9
com.example.scoutingapp:style/MaterialAlertDialog.Material3.Animation = 0x7f110124
com.example.scoutingapp:style/Widget.MaterialComponents.ShapeableImageView = 0x7f110443
com.example.scoutingapp:dimen/m3_comp_extended_fab_primary_hover_container_elevation = 0x7f060110
com.example.scoutingapp:attr/clearsTag = 0x7f0300d9
com.example.scoutingapp:style/Widget.AppCompat.ImageButton = 0x7f110301
com.example.scoutingapp:style/Widget.AppCompat.Light.ActionButton = 0x7f11030b
com.example.scoutingapp:macro/m3_comp_time_input_time_input_field_container_shape = 0x7f0c0147
com.example.scoutingapp:style/Base.ThemeOverlay.AppCompat.Dark.ActionBar = 0x7f11007c
com.example.scoutingapp:id/accessibility_custom_action_0 = 0x7f080025
@@ -1182,16 +1182,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 = 0x7f050170
com.example.scoutingapp:layout/mtrl_layout_snackbar = 0x7f0b0058
com.example.scoutingapp:color/m3_sys_color_light_on_secondary_container = 0x7f0501d9
com.example.scoutingapp:style/Base.Animation.AppCompat.DropDownUp = 0x7f11000e
com.example.scoutingapp:style/Theme.MaterialComponents = 0x7f110246
com.example.scoutingapp:style/Theme.Design.Light = 0x7f110224
com.example.scoutingapp:layout/mtrl_calendar_year = 0x7f0b0057
com.example.scoutingapp:color/m3_timepicker_clock_text_color = 0x7f05020c
com.example.scoutingapp:id/month_navigation_previous = 0x7f08013e
com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.ActionBar.Title = 0x7f1101b4
com.example.scoutingapp:drawable/mtrl_checkbox_button_icon_unchecked_indeterminate = 0x7f0700bf
com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary50 = 0x7f0500ef
com.example.scoutingapp:id/month_navigation_previous = 0x7f08013e
com.example.scoutingapp:color/m3_timepicker_clock_text_color = 0x7f05020c
com.example.scoutingapp:color/m3_sys_color_light_on_secondary_container = 0x7f0501d9
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
@@ -1271,11 +1271,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
@@ -1337,14 +1337,14 @@ com.example.scoutingapp:integer/hide_password_duration = 0x7f090008
com.example.scoutingapp:style/Base.V14.ThemeOverlay.Material3.BottomSheetDialog = 0x7f11009b
com.example.scoutingapp:color/switch_thumb_normal_material_light = 0x7f050304
com.example.scoutingapp:dimen/notification_top_pad_large_text = 0x7f06031a
com.example.scoutingapp:id/chains = 0x7f080090
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:id/chains = 0x7f080090
com.example.scoutingapp:style/ShapeAppearance.M3.Sys.Shape.Corner.ExtraLarge = 0x7f110168
com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents.Title.Panel.CenterStacked = 0x7f110134
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:integer/config_tooltipAnimTime = 0x7f090005
com.example.scoutingapp:string/abc_shareactionprovider_share_with_application = 0x7f100019
com.example.scoutingapp:id/dragDown = 0x7f0800c2
@@ -1357,14 +1357,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/Theme.Material3.Light.NoActionBar = 0x7f110244
com.example.scoutingapp:layout/design_navigation_item_header = 0x7f0b002b
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 = 0x7f050182
com.example.scoutingapp:macro/m3_comp_top_app_bar_small_headline_type = 0x7f0c0171
com.example.scoutingapp:string/searchview_navigation_content_description = 0x7f1000b1
com.example.scoutingapp:id/wrap_content_constrained = 0x7f08022b
com.example.scoutingapp:macro/m3_comp_top_app_bar_small_headline_type = 0x7f0c0171
com.example.scoutingapp:color/m3_sys_color_dynamic_dark_inverse_surface = 0x7f050182
com.example.scoutingapp:string/abc_menu_shift_shortcut_label = 0x7f10000e
com.example.scoutingapp:style/TextAppearance.AppCompat.Headline = 0x7f11019d
com.example.scoutingapp:style/Theme.Material3.Light.NoActionBar = 0x7f110244
com.example.scoutingapp:layout/design_navigation_item_header = 0x7f0b002b
com.example.scoutingapp:id/withinBounds = 0x7f080228
com.example.scoutingapp:color/material_personalized_color_text_secondary_and_tertiary_inverse = 0x7f0502a7
com.example.scoutingapp:color/dim_foreground_material_dark = 0x7f050058
@@ -1596,8 +1596,8 @@ com.example.scoutingapp:id/sin = 0x7f0801c0
com.example.scoutingapp:id/mtrl_picker_header = 0x7f08014f
com.example.scoutingapp:drawable/abc_ic_menu_overflow_material = 0x7f070047
com.example.scoutingapp:color/material_blue_grey_950 = 0x7f050216
com.example.scoutingapp:string/fab_transformation_scrim_behavior = 0x7f100037
com.example.scoutingapp:id/buttonPanel = 0x7f080081
com.example.scoutingapp:string/fab_transformation_scrim_behavior = 0x7f100037
com.example.scoutingapp:id/mtrl_picker_fullscreen = 0x7f08014e
com.example.scoutingapp:style/ThemeOverlay.Material3.ActionBar = 0x7f110281
com.example.scoutingapp:id/ignore = 0x7f0800ff