added pratice button

This commit is contained in:
2026-01-12 13:22:51 -05:00
parent 449a9c4fbb
commit 19060d7c7c
243 changed files with 1655 additions and 3022 deletions

View File

@@ -1,4 +1,4 @@
#Sun Jan 11 19:10:49 EST 2026
#Mon Jan 12 11:56:19 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 @@
#Sun Jan 11 19:10:49 EST 2026
#Mon Jan 12 11:56:19 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 @@
#Sun Jan 11 19:16:41 EST 2026
#Mon Jan 12 12:56:49 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

@@ -19,6 +19,7 @@ id Hub5
id Match
id Name
id Notes
id Practice
id Rbutton1
id Rbutton2
id Rbutton3

View File

@@ -35,10 +35,6 @@
"merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\drawable__025_reefscape_transparent_background.png.flat",
"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:/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"
@@ -63,6 +59,10 @@
"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": "com.example.scoutingapp-debug-31:/layout_activity_main.xml.flat",
"source": "com.example.scoutingapp-main-33:/layout/activity_main.xml"
},
{
"merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\xml_backup_rules.xml.flat",
"source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\xml\\backup_rules.xml"

View File

@@ -10,14 +10,29 @@
<Button
android:id="@+id/Sheet"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginEnd="4dp"
android:backgroundTint="#FF5722"
android:text="The Google Sheet"
app:layout_constraintBottom_toTopOf="@+id/ButtonNext"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/linearLayout3" />
app:cornerRadius="0dp"
app:layout_constraintBottom_toTopOf="@+id/Practice"
app:layout_constraintEnd_toStartOf="@+id/ButtonSettings"
app:layout_constraintStart_toStartOf="parent" />
<Button
android:id="@+id/Practice"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginEnd="4dp"
android:backgroundTint="#FF5722"
android:text="Practice"
app:cornerRadius="0dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/ButtonNext"
app:layout_constraintStart_toStartOf="parent" />
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/textInputLayout2"
@@ -162,20 +177,20 @@
app:cornerRadius="0dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/ButtonSettings" />
app:layout_constraintStart_toEndOf="@+id/Practice" />
<Button
android:id="@+id/ButtonSettings"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginEnd="4dp"
android:layout_marginStart="4dp"
android:layout_marginEnd="8dp"
android:backgroundTint="#FF5722"
android:text="Settings"
app:cornerRadius="0dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/ButtonNext"
app:layout_constraintStart_toStartOf="parent" />
app:layout_constraintBottom_toTopOf="@+id/ButtonNext"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/Sheet" />
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -16,7 +16,6 @@
android:text="NHDUR"
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" />
@@ -28,7 +27,6 @@
android:backgroundTint="#FF5722"
android:text="NECMP"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.497"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/buttonNHDUR" />
@@ -40,7 +38,6 @@
android:backgroundTint="#FF5722"
android:text="CMPTX"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.487"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/buttonNECMP" />
@@ -53,7 +50,6 @@
android:text="MEFAL"
app:layout_constraintBottom_toTopOf="@+id/buttonNHDUR"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.497"
app:layout_constraintStart_toStartOf="parent" />
<Button

View File

@@ -3129,6 +3129,7 @@ int id Match 0x7f08000c
int id NO_DEBUG 0x7f08000d
int id Name 0x7f08000e
int id Notes 0x7f08000f
int id Practice 0x7f08022d
int id Rbutton1 0x7f080010
int id Rbutton2 0x7f080011
int id Rbutton3 0x7f080012
@@ -3236,440 +3237,440 @@ int id bounce 0x7f080077
int id bounceBoth 0x7f080078
int id bounceEnd 0x7f080079
int id bounceStart 0x7f08007a
int id buttonCMPTX 0x7f08022a
int id buttonMEFAL 0x7f08022b
int id buttonNECMP 0x7f08022c
int id buttonNHDUR 0x7f08022d
int id buttonNext 0x7f08007b
int id buttonPanel 0x7f08007c
int id buttonSave 0x7f08007e
int id button_Next 0x7f08007f
int id cache_measures 0x7f080080
int id callMeasure 0x7f080081
int id cancel_button 0x7f080082
int id carryVelocity 0x7f080083
int id cb_CanLeave 0x7f080084
int id center 0x7f080085
int id centerCrop 0x7f080086
int id centerInside 0x7f080087
int id center_horizontal 0x7f080088
int id center_vertical 0x7f080089
int id chain 0x7f08008a
int id chain2 0x7f08008b
int id chains 0x7f08008c
int id checkbox 0x7f08008d
int id checked 0x7f08008e
int id chronometer 0x7f08008f
int id circle_center 0x7f080090
int id clear_text 0x7f080091
int id clip_horizontal 0x7f080092
int id clip_vertical 0x7f080093
int id clockwise 0x7f080094
int id closest 0x7f080095
int id collapseActionView 0x7f080096
int id compress 0x7f080097
int id confirm_button 0x7f080098
int id constraint 0x7f080099
int id constraintLayout 0x7f08009a
int id container 0x7f08009b
int id content 0x7f08009c
int id contentPanel 0x7f08009d
int id contiguous 0x7f08009e
int id continuousVelocity 0x7f08009f
int id coordinator 0x7f0800a0
int id cos 0x7f0800a1
int id counterclockwise 0x7f0800a2
int id cradle 0x7f0800a3
int id currentState 0x7f0800a4
int id custom 0x7f0800a5
int id customPanel 0x7f0800a6
int id cut 0x7f0800a7
int id date_picker_actions 0x7f0800a8
int id decelerate 0x7f0800a9
int id decelerateAndComplete 0x7f0800aa
int id decor_content_parent 0x7f0800ab
int id default_activity_button 0x7f0800ac
int id deltaRelative 0x7f0800ad
int id dependency_ordering 0x7f0800ae
int id design_bottom_sheet 0x7f0800af
int id design_menu_item_action_area 0x7f0800b0
int id design_menu_item_action_area_stub 0x7f0800b1
int id design_menu_item_text 0x7f0800b2
int id design_navigation_view 0x7f0800b3
int id dialog_button 0x7f0800b4
int id dimensions 0x7f0800b5
int id direct 0x7f0800b6
int id disableHome 0x7f0800b7
int id disableIntraAutoTransition 0x7f0800b8
int id disablePostScroll 0x7f0800b9
int id disableScroll 0x7f0800ba
int id disjoint 0x7f0800bb
int id dragAnticlockwise 0x7f0800bc
int id dragClockwise 0x7f0800bd
int id dragDown 0x7f0800be
int id dragEnd 0x7f0800bf
int id dragLeft 0x7f0800c0
int id dragRight 0x7f0800c1
int id dragStart 0x7f0800c2
int id dragUp 0x7f0800c3
int id dropdown_menu 0x7f0800c4
int id easeIn 0x7f0800c5
int id easeInOut 0x7f0800c6
int id easeOut 0x7f0800c7
int id east 0x7f0800c8
int id edge 0x7f0800c9
int id edit_query 0x7f0800ca
int id edit_text_id 0x7f0800cb
int id elastic 0x7f0800cc
int id embed 0x7f0800cd
int id end 0x7f0800ce
int id endToStart 0x7f0800cf
int id enterAlways 0x7f0800d0
int id enterAlwaysCollapsed 0x7f0800d1
int id escape 0x7f0800d2
int id exitUntilCollapsed 0x7f0800d3
int id expand_activities_button 0x7f0800d4
int id expanded_menu 0x7f0800d5
int id fade 0x7f0800d6
int id fill 0x7f0800d7
int id fill_horizontal 0x7f0800d8
int id fill_vertical 0x7f0800d9
int id filled 0x7f0800da
int id fitCenter 0x7f0800db
int id fitEnd 0x7f0800dc
int id fitStart 0x7f0800dd
int id fitToContents 0x7f0800de
int id fitXY 0x7f0800df
int id fixed 0x7f0800e0
int id flip 0x7f0800e1
int id floating 0x7f0800e2
int id forever 0x7f0800e3
int id fragment_container_view_tag 0x7f0800e4
int id frost 0x7f0800e5
int id fullscreen_header 0x7f0800e6
int id getTeamsButton 0x7f0800e7
int id ghost_view 0x7f0800e8
int id ghost_view_holder 0x7f0800e9
int id gone 0x7f0800ea
int id graph 0x7f0800eb
int id graph_wrap 0x7f0800ec
int id group_divider 0x7f0800ed
int id grouping 0x7f0800ee
int id groups 0x7f0800ef
int id header_title 0x7f0800f0
int id hide_ime_id 0x7f0800f1
int id hideable 0x7f0800f2
int id home 0x7f0800f3
int id homeAsUp 0x7f0800f4
int id honorRequest 0x7f0800f5
int id horizontal 0x7f0800f6
int id horizontal_only 0x7f0800f7
int id icon 0x7f0800f8
int id icon_group 0x7f0800f9
int id ifRoom 0x7f0800fa
int id ignore 0x7f0800fb
int id ignoreRequest 0x7f0800fc
int id image 0x7f0800fd
int id imageView 0x7f0800fe
int id imageView2 0x7f0800ff
int id immediateStop 0x7f080100
int id included 0x7f080101
int id indeterminate 0x7f080102
int id info 0x7f080103
int id invisible 0x7f080104
int id inward 0x7f080105
int id italic 0x7f080106
int id item_touch_helper_previous_elevation 0x7f080107
int id jumpToEnd 0x7f080108
int id jumpToStart 0x7f080109
int id labeled 0x7f08010a
int id layout 0x7f08010b
int id left 0x7f08010c
int id leftToRight 0x7f08010d
int id legacy 0x7f08010e
int id line1 0x7f08010f
int id line3 0x7f080110
int id linear 0x7f080111
int id linearLayout 0x7f080112
int id linearLayout2 0x7f080113
int id linearLayout3 0x7f080114
int id listMode 0x7f080115
int id list_item 0x7f080116
int id m3_side_sheet 0x7f080117
int id main 0x7f080118
int id marquee 0x7f080119
int id masked 0x7f08011a
int id matchNumber 0x7f08011b
int id match_constraint 0x7f08011c
int id match_parent 0x7f08011d
int id material_clock_display 0x7f08011e
int id material_clock_display_and_toggle 0x7f08011f
int id material_clock_face 0x7f080120
int id material_clock_hand 0x7f080121
int id material_clock_level 0x7f080122
int id material_clock_period_am_button 0x7f080123
int id material_clock_period_pm_button 0x7f080124
int id material_clock_period_toggle 0x7f080125
int id material_hour_text_input 0x7f080126
int id material_hour_tv 0x7f080127
int id material_label 0x7f080128
int id material_minute_text_input 0x7f080129
int id material_minute_tv 0x7f08012a
int id material_textinput_timepicker 0x7f08012b
int id material_timepicker_cancel_button 0x7f08012c
int id material_timepicker_container 0x7f08012d
int id material_timepicker_mode_button 0x7f08012e
int id material_timepicker_ok_button 0x7f08012f
int id material_timepicker_view 0x7f080130
int id material_value_index 0x7f080131
int id matrix 0x7f080132
int id message 0x7f080133
int id middle 0x7f080134
int id mini 0x7f080135
int id month_grid 0x7f080136
int id month_navigation_bar 0x7f080137
int id month_navigation_fragment_toggle 0x7f080138
int id month_navigation_next 0x7f080139
int id month_navigation_previous 0x7f08013a
int id month_title 0x7f08013b
int id motion_base 0x7f08013c
int id mtrl_anchor_parent 0x7f08013d
int id mtrl_calendar_day_selector_frame 0x7f08013e
int id mtrl_calendar_days_of_week 0x7f08013f
int id mtrl_calendar_frame 0x7f080140
int id mtrl_calendar_main_pane 0x7f080141
int id mtrl_calendar_months 0x7f080142
int id mtrl_calendar_selection_frame 0x7f080143
int id mtrl_calendar_text_input_frame 0x7f080144
int id mtrl_calendar_year_selector_frame 0x7f080145
int id mtrl_card_checked_layer_id 0x7f080146
int id mtrl_child_content_container 0x7f080147
int id mtrl_internal_children_alpha_tag 0x7f080148
int id mtrl_motion_snapshot_view 0x7f080149
int id mtrl_picker_fullscreen 0x7f08014a
int id mtrl_picker_header 0x7f08014b
int id mtrl_picker_header_selection_text 0x7f08014c
int id mtrl_picker_header_title_and_selection 0x7f08014d
int id mtrl_picker_header_toggle 0x7f08014e
int id mtrl_picker_text_input_date 0x7f08014f
int id mtrl_picker_text_input_range_end 0x7f080150
int id mtrl_picker_text_input_range_start 0x7f080151
int id mtrl_picker_title_text 0x7f080152
int id mtrl_view_tag_bottom_padding 0x7f080153
int id multiply 0x7f080154
int id navigation_bar_item_active_indicator_view 0x7f080155
int id navigation_bar_item_icon_container 0x7f080156
int id navigation_bar_item_icon_view 0x7f080157
int id navigation_bar_item_labels_group 0x7f080158
int id navigation_bar_item_large_label_view 0x7f080159
int id navigation_bar_item_small_label_view 0x7f08015a
int id navigation_header_container 0x7f08015b
int id never 0x7f08015c
int id neverCompleteToEnd 0x7f08015d
int id neverCompleteToStart 0x7f08015e
int id nextButton 0x7f08015f
int id noScroll 0x7f080160
int id noState 0x7f080161
int id none 0x7f080162
int id normal 0x7f080163
int id north 0x7f080164
int id notification_background 0x7f080165
int id notification_main_column 0x7f080166
int id notification_main_column_container 0x7f080167
int id off 0x7f080168
int id on 0x7f080169
int id onInterceptTouchReturnSwipe 0x7f08016a
int id open_search_bar_text_view 0x7f08016b
int id open_search_view_background 0x7f08016c
int id open_search_view_clear_button 0x7f08016d
int id open_search_view_content_container 0x7f08016e
int id open_search_view_divider 0x7f08016f
int id open_search_view_dummy_toolbar 0x7f080170
int id open_search_view_edit_text 0x7f080171
int id open_search_view_header_container 0x7f080172
int id open_search_view_root 0x7f080173
int id open_search_view_scrim 0x7f080174
int id open_search_view_search_prefix 0x7f080175
int id open_search_view_status_bar_spacer 0x7f080176
int id open_search_view_toolbar 0x7f080177
int id open_search_view_toolbar_container 0x7f080178
int id outline 0x7f080179
int id outward 0x7f08017a
int id overshoot 0x7f08017b
int id packed 0x7f08017c
int id parallax 0x7f08017d
int id parent 0x7f08017e
int id parentPanel 0x7f08017f
int id parentRelative 0x7f080180
int id parent_matrix 0x7f080181
int id password_toggle 0x7f080182
int id path 0x7f080183
int id pathRelative 0x7f080184
int id peekHeight 0x7f080185
int id percent 0x7f080186
int id pin 0x7f080187
int id position 0x7f080188
int id postLayout 0x7f080189
int id pressed 0x7f08018a
int id progress_circular 0x7f08018b
int id progress_horizontal 0x7f08018c
int id radio 0x7f08018d
int id radioButtonL1 0x7f08018e
int id radioButtonL2 0x7f08018f
int id radioButtonL3 0x7f080190
int id radioGroup 0x7f080191
int id ratio 0x7f080192
int id rectangles 0x7f080193
int id red1Button 0x7f080194
int id red2Button 0x7f080195
int id red3Button 0x7f080196
int id report_drawn 0x7f080197
int id reverseSawtooth 0x7f080198
int id right 0x7f080199
int id rightToLeft 0x7f08019a
int id right_icon 0x7f08019b
int id right_side 0x7f08019c
int id rounded 0x7f08019d
int id row_index_key 0x7f08019e
int id save_non_transition_alpha 0x7f08019f
int id save_overlay_view 0x7f0801a0
int id sawtooth 0x7f0801a1
int id scale 0x7f0801a2
int id screen 0x7f0801a3
int id scroll 0x7f0801a4
int id scrollIndicatorDown 0x7f0801a5
int id scrollIndicatorUp 0x7f0801a6
int id scrollView 0x7f0801a7
int id scrollable 0x7f0801a8
int id search_badge 0x7f0801a9
int id search_bar 0x7f0801aa
int id search_button 0x7f0801ab
int id search_close_btn 0x7f0801ac
int id search_edit_frame 0x7f0801ad
int id search_go_btn 0x7f0801ae
int id search_mag_icon 0x7f0801af
int id search_plate 0x7f0801b0
int id search_src_text 0x7f0801b1
int id search_voice_btn 0x7f0801b2
int id select_dialog_listview 0x7f0801b3
int id selected 0x7f0801b4
int id selection_type 0x7f0801b5
int id sharedValueSet 0x7f0801b6
int id sharedValueUnset 0x7f0801b7
int id shortcut 0x7f0801b8
int id showCustom 0x7f0801b9
int id showHome 0x7f0801ba
int id showTitle 0x7f0801bb
int id sin 0x7f0801bc
int id skipCollapsed 0x7f0801bd
int id skipped 0x7f0801be
int id slide 0x7f0801bf
int id snackbar_action 0x7f0801c0
int id snackbar_text 0x7f0801c1
int id snap 0x7f0801c2
int id snapMargins 0x7f0801c3
int id south 0x7f0801c4
int id spacer 0x7f0801c5
int id special_effects_controller_view_tag 0x7f0801c6
int id spline 0x7f0801c7
int id split_action_bar 0x7f0801c8
int id spread 0x7f0801c9
int id spread_inside 0x7f0801ca
int id spring 0x7f0801cb
int id square 0x7f0801cc
int id src_atop 0x7f0801cd
int id src_in 0x7f0801ce
int id src_over 0x7f0801cf
int id standard 0x7f0801d0
int id start 0x7f0801d1
int id startHorizontal 0x7f0801d2
int id startToEnd 0x7f0801d3
int id startVertical 0x7f0801d4
int id staticLayout 0x7f0801d5
int id staticPostLayout 0x7f0801d6
int id stop 0x7f0801d7
int id stretch 0x7f0801d8
int id submenuarrow 0x7f0801d9
int id submit_area 0x7f0801da
int id supportScrollUp 0x7f0801db
int id tabMode 0x7f0801dc
int id tag_accessibility_actions 0x7f0801dd
int id tag_accessibility_clickable_spans 0x7f0801de
int id tag_accessibility_heading 0x7f0801df
int id tag_accessibility_pane_title 0x7f0801e0
int id tag_on_apply_window_listener 0x7f0801e1
int id tag_on_receive_content_listener 0x7f0801e2
int id tag_on_receive_content_mime_types 0x7f0801e3
int id tag_screen_reader_focusable 0x7f0801e4
int id tag_state_description 0x7f0801e5
int id tag_transition_group 0x7f0801e6
int id tag_unhandled_key_event_manager 0x7f0801e7
int id tag_unhandled_key_listeners 0x7f0801e8
int id tag_window_insets_animation_callback 0x7f0801e9
int id teamnumber 0x7f0801ea
int id text 0x7f0801eb
int id text2 0x7f0801ec
int id textEnd 0x7f0801ed
int id textInputLayout2 0x7f0801ee
int id textInputLayout3 0x7f0801ef
int id textSpacerNoButtons 0x7f0801f0
int id textSpacerNoTitle 0x7f0801f1
int id textStart 0x7f0801f2
int id textTop 0x7f0801f3
int id textView2 0x7f0801f4
int id textView3 0x7f0801f5
int id text_input_end_icon 0x7f0801f6
int id text_input_error_icon 0x7f0801f7
int id text_input_start_icon 0x7f0801f8
int id textinput_counter 0x7f0801f9
int id textinput_error 0x7f0801fa
int id textinput_helper_text 0x7f0801fb
int id textinput_placeholder 0x7f0801fc
int id textinput_prefix_text 0x7f0801fd
int id textinput_suffix_text 0x7f0801fe
int id time 0x7f0801ff
int id title 0x7f080200
int id titleDividerNoCustom 0x7f080201
int id title_template 0x7f080202
int id toggle 0x7f080203
int id top 0x7f080204
int id topPanel 0x7f080205
int id touch_outside 0x7f080206
int id transitionToEnd 0x7f080207
int id transitionToStart 0x7f080208
int id transition_clip 0x7f080209
int id transition_current_scene 0x7f08020a
int id transition_image_transform 0x7f08020b
int id transition_layout_save 0x7f08020c
int id transition_pause_alpha 0x7f08020d
int id transition_position 0x7f08020e
int id transition_scene_layoutid_cache 0x7f08020f
int id transition_transform 0x7f080210
int id triangle 0x7f080211
int id unchecked 0x7f080212
int id uniform 0x7f080213
int id unlabeled 0x7f080214
int id up 0x7f080215
int id useLogo 0x7f080216
int id vertical 0x7f080217
int id vertical_only 0x7f080218
int id view_offset_helper 0x7f080219
int id view_transition 0x7f08021a
int id view_tree_lifecycle_owner 0x7f08021b
int id view_tree_on_back_pressed_dispatcher_owner 0x7f08021c
int id view_tree_saved_state_registry_owner 0x7f08021d
int id view_tree_view_model_store_owner 0x7f08021e
int id visible 0x7f08021f
int id visible_removing_fragment_view_tag 0x7f080220
int id west 0x7f080221
int id withText 0x7f080222
int id with_icon 0x7f080223
int id withinBounds 0x7f080224
int id wrap 0x7f080225
int id wrap_content 0x7f080226
int id wrap_content_constrained 0x7f080227
int id x_left 0x7f080228
int id x_right 0x7f080229
int id buttonCMPTX 0x7f08007b
int id buttonMEFAL 0x7f08007c
int id buttonNECMP 0x7f08007d
int id buttonNHDUR 0x7f08007e
int id buttonNext 0x7f08007f
int id buttonPanel 0x7f080080
int id buttonSave 0x7f080081
int id button_Next 0x7f080082
int id cache_measures 0x7f080083
int id callMeasure 0x7f080084
int id cancel_button 0x7f080085
int id carryVelocity 0x7f080086
int id cb_CanLeave 0x7f080087
int id center 0x7f080088
int id centerCrop 0x7f080089
int id centerInside 0x7f08008a
int id center_horizontal 0x7f08008b
int id center_vertical 0x7f08008c
int id chain 0x7f08008d
int id chain2 0x7f08008e
int id chains 0x7f08008f
int id checkbox 0x7f080090
int id checked 0x7f080091
int id chronometer 0x7f080092
int id circle_center 0x7f080093
int id clear_text 0x7f080094
int id clip_horizontal 0x7f080095
int id clip_vertical 0x7f080096
int id clockwise 0x7f080097
int id closest 0x7f080098
int id collapseActionView 0x7f080099
int id compress 0x7f08009a
int id confirm_button 0x7f08009b
int id constraint 0x7f08009c
int id constraintLayout 0x7f08009d
int id container 0x7f08009e
int id content 0x7f08009f
int id contentPanel 0x7f0800a0
int id contiguous 0x7f0800a1
int id continuousVelocity 0x7f0800a2
int id coordinator 0x7f0800a3
int id cos 0x7f0800a4
int id counterclockwise 0x7f0800a5
int id cradle 0x7f0800a6
int id currentState 0x7f0800a7
int id custom 0x7f0800a8
int id customPanel 0x7f0800a9
int id cut 0x7f0800aa
int id date_picker_actions 0x7f0800ab
int id decelerate 0x7f0800ac
int id decelerateAndComplete 0x7f0800ad
int id decor_content_parent 0x7f0800ae
int id default_activity_button 0x7f0800af
int id deltaRelative 0x7f0800b0
int id dependency_ordering 0x7f0800b1
int id design_bottom_sheet 0x7f0800b2
int id design_menu_item_action_area 0x7f0800b3
int id design_menu_item_action_area_stub 0x7f0800b4
int id design_menu_item_text 0x7f0800b5
int id design_navigation_view 0x7f0800b6
int id dialog_button 0x7f0800b7
int id dimensions 0x7f0800b8
int id direct 0x7f0800b9
int id disableHome 0x7f0800ba
int id disableIntraAutoTransition 0x7f0800bb
int id disablePostScroll 0x7f0800bc
int id disableScroll 0x7f0800bd
int id disjoint 0x7f0800be
int id dragAnticlockwise 0x7f0800bf
int id dragClockwise 0x7f0800c0
int id dragDown 0x7f0800c1
int id dragEnd 0x7f0800c2
int id dragLeft 0x7f0800c3
int id dragRight 0x7f0800c4
int id dragStart 0x7f0800c5
int id dragUp 0x7f0800c6
int id dropdown_menu 0x7f0800c7
int id easeIn 0x7f0800c8
int id easeInOut 0x7f0800c9
int id easeOut 0x7f0800ca
int id east 0x7f0800cb
int id edge 0x7f0800cc
int id edit_query 0x7f0800cd
int id edit_text_id 0x7f0800ce
int id elastic 0x7f0800cf
int id embed 0x7f0800d0
int id end 0x7f0800d1
int id endToStart 0x7f0800d2
int id enterAlways 0x7f0800d3
int id enterAlwaysCollapsed 0x7f0800d4
int id escape 0x7f0800d5
int id exitUntilCollapsed 0x7f0800d6
int id expand_activities_button 0x7f0800d7
int id expanded_menu 0x7f0800d8
int id fade 0x7f0800d9
int id fill 0x7f0800da
int id fill_horizontal 0x7f0800db
int id fill_vertical 0x7f0800dc
int id filled 0x7f0800dd
int id fitCenter 0x7f0800de
int id fitEnd 0x7f0800df
int id fitStart 0x7f0800e0
int id fitToContents 0x7f0800e1
int id fitXY 0x7f0800e2
int id fixed 0x7f0800e3
int id flip 0x7f0800e4
int id floating 0x7f0800e5
int id forever 0x7f0800e6
int id fragment_container_view_tag 0x7f0800e7
int id frost 0x7f0800e8
int id fullscreen_header 0x7f0800e9
int id getTeamsButton 0x7f0800ea
int id ghost_view 0x7f0800eb
int id ghost_view_holder 0x7f0800ec
int id gone 0x7f0800ed
int id graph 0x7f0800ee
int id graph_wrap 0x7f0800ef
int id group_divider 0x7f0800f0
int id grouping 0x7f0800f1
int id groups 0x7f0800f2
int id header_title 0x7f0800f3
int id hide_ime_id 0x7f0800f4
int id hideable 0x7f0800f5
int id home 0x7f0800f6
int id homeAsUp 0x7f0800f7
int id honorRequest 0x7f0800f8
int id horizontal 0x7f0800f9
int id horizontal_only 0x7f0800fa
int id icon 0x7f0800fb
int id icon_group 0x7f0800fc
int id ifRoom 0x7f0800fd
int id ignore 0x7f0800fe
int id ignoreRequest 0x7f0800ff
int id image 0x7f080100
int id imageView 0x7f080101
int id imageView2 0x7f080102
int id immediateStop 0x7f080103
int id included 0x7f080104
int id indeterminate 0x7f080105
int id info 0x7f080106
int id invisible 0x7f080107
int id inward 0x7f080108
int id italic 0x7f080109
int id item_touch_helper_previous_elevation 0x7f08010a
int id jumpToEnd 0x7f08010b
int id jumpToStart 0x7f08010c
int id labeled 0x7f08010d
int id layout 0x7f08010e
int id left 0x7f08010f
int id leftToRight 0x7f080110
int id legacy 0x7f080111
int id line1 0x7f080112
int id line3 0x7f080113
int id linear 0x7f080114
int id linearLayout 0x7f080115
int id linearLayout2 0x7f080116
int id linearLayout3 0x7f080117
int id listMode 0x7f080118
int id list_item 0x7f080119
int id m3_side_sheet 0x7f08011a
int id main 0x7f08011b
int id marquee 0x7f08011c
int id masked 0x7f08011d
int id matchNumber 0x7f08011e
int id match_constraint 0x7f08011f
int id match_parent 0x7f080120
int id material_clock_display 0x7f080121
int id material_clock_display_and_toggle 0x7f080122
int id material_clock_face 0x7f080123
int id material_clock_hand 0x7f080124
int id material_clock_level 0x7f080125
int id material_clock_period_am_button 0x7f080126
int id material_clock_period_pm_button 0x7f080127
int id material_clock_period_toggle 0x7f080128
int id material_hour_text_input 0x7f080129
int id material_hour_tv 0x7f08012a
int id material_label 0x7f08012b
int id material_minute_text_input 0x7f08012c
int id material_minute_tv 0x7f08012d
int id material_textinput_timepicker 0x7f08012e
int id material_timepicker_cancel_button 0x7f08012f
int id material_timepicker_container 0x7f080130
int id material_timepicker_mode_button 0x7f080131
int id material_timepicker_ok_button 0x7f080132
int id material_timepicker_view 0x7f080133
int id material_value_index 0x7f080134
int id matrix 0x7f080135
int id message 0x7f080136
int id middle 0x7f080137
int id mini 0x7f080138
int id month_grid 0x7f080139
int id month_navigation_bar 0x7f08013a
int id month_navigation_fragment_toggle 0x7f08013b
int id month_navigation_next 0x7f08013c
int id month_navigation_previous 0x7f08013d
int id month_title 0x7f08013e
int id motion_base 0x7f08013f
int id mtrl_anchor_parent 0x7f080140
int id mtrl_calendar_day_selector_frame 0x7f080141
int id mtrl_calendar_days_of_week 0x7f080142
int id mtrl_calendar_frame 0x7f080143
int id mtrl_calendar_main_pane 0x7f080144
int id mtrl_calendar_months 0x7f080145
int id mtrl_calendar_selection_frame 0x7f080146
int id mtrl_calendar_text_input_frame 0x7f080147
int id mtrl_calendar_year_selector_frame 0x7f080148
int id mtrl_card_checked_layer_id 0x7f080149
int id mtrl_child_content_container 0x7f08014a
int id mtrl_internal_children_alpha_tag 0x7f08014b
int id mtrl_motion_snapshot_view 0x7f08014c
int id mtrl_picker_fullscreen 0x7f08014d
int id mtrl_picker_header 0x7f08014e
int id mtrl_picker_header_selection_text 0x7f08014f
int id mtrl_picker_header_title_and_selection 0x7f080150
int id mtrl_picker_header_toggle 0x7f080151
int id mtrl_picker_text_input_date 0x7f080152
int id mtrl_picker_text_input_range_end 0x7f080153
int id mtrl_picker_text_input_range_start 0x7f080154
int id mtrl_picker_title_text 0x7f080155
int id mtrl_view_tag_bottom_padding 0x7f080156
int id multiply 0x7f080157
int id navigation_bar_item_active_indicator_view 0x7f080158
int id navigation_bar_item_icon_container 0x7f080159
int id navigation_bar_item_icon_view 0x7f08015a
int id navigation_bar_item_labels_group 0x7f08015b
int id navigation_bar_item_large_label_view 0x7f08015c
int id navigation_bar_item_small_label_view 0x7f08015d
int id navigation_header_container 0x7f08015e
int id never 0x7f08015f
int id neverCompleteToEnd 0x7f080160
int id neverCompleteToStart 0x7f080161
int id nextButton 0x7f080162
int id noScroll 0x7f080163
int id noState 0x7f080164
int id none 0x7f080165
int id normal 0x7f080166
int id north 0x7f080167
int id notification_background 0x7f080168
int id notification_main_column 0x7f080169
int id notification_main_column_container 0x7f08016a
int id off 0x7f08016b
int id on 0x7f08016c
int id onInterceptTouchReturnSwipe 0x7f08016d
int id open_search_bar_text_view 0x7f08016e
int id open_search_view_background 0x7f08016f
int id open_search_view_clear_button 0x7f080170
int id open_search_view_content_container 0x7f080171
int id open_search_view_divider 0x7f080172
int id open_search_view_dummy_toolbar 0x7f080173
int id open_search_view_edit_text 0x7f080174
int id open_search_view_header_container 0x7f080175
int id open_search_view_root 0x7f080176
int id open_search_view_scrim 0x7f080177
int id open_search_view_search_prefix 0x7f080178
int id open_search_view_status_bar_spacer 0x7f080179
int id open_search_view_toolbar 0x7f08017a
int id open_search_view_toolbar_container 0x7f08017b
int id outline 0x7f08017c
int id outward 0x7f08017d
int id overshoot 0x7f08017e
int id packed 0x7f08017f
int id parallax 0x7f080180
int id parent 0x7f080181
int id parentPanel 0x7f080182
int id parentRelative 0x7f080183
int id parent_matrix 0x7f080184
int id password_toggle 0x7f080185
int id path 0x7f080186
int id pathRelative 0x7f080187
int id peekHeight 0x7f080188
int id percent 0x7f080189
int id pin 0x7f08018a
int id position 0x7f08018b
int id postLayout 0x7f08018c
int id pressed 0x7f08018d
int id progress_circular 0x7f08018e
int id progress_horizontal 0x7f08018f
int id radio 0x7f080190
int id radioButtonL1 0x7f080191
int id radioButtonL2 0x7f080192
int id radioButtonL3 0x7f080193
int id radioGroup 0x7f080194
int id ratio 0x7f080195
int id rectangles 0x7f080196
int id red1Button 0x7f080197
int id red2Button 0x7f080198
int id red3Button 0x7f080199
int id report_drawn 0x7f08019a
int id reverseSawtooth 0x7f08019b
int id right 0x7f08019c
int id rightToLeft 0x7f08019d
int id right_icon 0x7f08019e
int id right_side 0x7f08019f
int id rounded 0x7f0801a0
int id row_index_key 0x7f0801a1
int id save_non_transition_alpha 0x7f0801a2
int id save_overlay_view 0x7f0801a3
int id sawtooth 0x7f0801a4
int id scale 0x7f0801a5
int id screen 0x7f0801a6
int id scroll 0x7f0801a7
int id scrollIndicatorDown 0x7f0801a8
int id scrollIndicatorUp 0x7f0801a9
int id scrollView 0x7f0801aa
int id scrollable 0x7f0801ab
int id search_badge 0x7f0801ac
int id search_bar 0x7f0801ad
int id search_button 0x7f0801ae
int id search_close_btn 0x7f0801af
int id search_edit_frame 0x7f0801b0
int id search_go_btn 0x7f0801b1
int id search_mag_icon 0x7f0801b2
int id search_plate 0x7f0801b3
int id search_src_text 0x7f0801b4
int id search_voice_btn 0x7f0801b5
int id select_dialog_listview 0x7f0801b6
int id selected 0x7f0801b7
int id selection_type 0x7f0801b8
int id sharedValueSet 0x7f0801b9
int id sharedValueUnset 0x7f0801ba
int id shortcut 0x7f0801bb
int id showCustom 0x7f0801bc
int id showHome 0x7f0801bd
int id showTitle 0x7f0801be
int id sin 0x7f0801bf
int id skipCollapsed 0x7f0801c0
int id skipped 0x7f0801c1
int id slide 0x7f0801c2
int id snackbar_action 0x7f0801c3
int id snackbar_text 0x7f0801c4
int id snap 0x7f0801c5
int id snapMargins 0x7f0801c6
int id south 0x7f0801c7
int id spacer 0x7f0801c8
int id special_effects_controller_view_tag 0x7f0801c9
int id spline 0x7f0801ca
int id split_action_bar 0x7f0801cb
int id spread 0x7f0801cc
int id spread_inside 0x7f0801cd
int id spring 0x7f0801ce
int id square 0x7f0801cf
int id src_atop 0x7f0801d0
int id src_in 0x7f0801d1
int id src_over 0x7f0801d2
int id standard 0x7f0801d3
int id start 0x7f0801d4
int id startHorizontal 0x7f0801d5
int id startToEnd 0x7f0801d6
int id startVertical 0x7f0801d7
int id staticLayout 0x7f0801d8
int id staticPostLayout 0x7f0801d9
int id stop 0x7f0801da
int id stretch 0x7f0801db
int id submenuarrow 0x7f0801dc
int id submit_area 0x7f0801dd
int id supportScrollUp 0x7f0801de
int id tabMode 0x7f0801df
int id tag_accessibility_actions 0x7f0801e0
int id tag_accessibility_clickable_spans 0x7f0801e1
int id tag_accessibility_heading 0x7f0801e2
int id tag_accessibility_pane_title 0x7f0801e3
int id tag_on_apply_window_listener 0x7f0801e4
int id tag_on_receive_content_listener 0x7f0801e5
int id tag_on_receive_content_mime_types 0x7f0801e6
int id tag_screen_reader_focusable 0x7f0801e7
int id tag_state_description 0x7f0801e8
int id tag_transition_group 0x7f0801e9
int id tag_unhandled_key_event_manager 0x7f0801ea
int id tag_unhandled_key_listeners 0x7f0801eb
int id tag_window_insets_animation_callback 0x7f0801ec
int id teamnumber 0x7f0801ed
int id text 0x7f0801ee
int id text2 0x7f0801ef
int id textEnd 0x7f0801f0
int id textInputLayout2 0x7f0801f1
int id textInputLayout3 0x7f0801f2
int id textSpacerNoButtons 0x7f0801f3
int id textSpacerNoTitle 0x7f0801f4
int id textStart 0x7f0801f5
int id textTop 0x7f0801f6
int id textView2 0x7f0801f7
int id textView3 0x7f0801f8
int id text_input_end_icon 0x7f0801f9
int id text_input_error_icon 0x7f0801fa
int id text_input_start_icon 0x7f0801fb
int id textinput_counter 0x7f0801fc
int id textinput_error 0x7f0801fd
int id textinput_helper_text 0x7f0801fe
int id textinput_placeholder 0x7f0801ff
int id textinput_prefix_text 0x7f080200
int id textinput_suffix_text 0x7f080201
int id time 0x7f080202
int id title 0x7f080203
int id titleDividerNoCustom 0x7f080204
int id title_template 0x7f080205
int id toggle 0x7f080206
int id top 0x7f080207
int id topPanel 0x7f080208
int id touch_outside 0x7f080209
int id transitionToEnd 0x7f08020a
int id transitionToStart 0x7f08020b
int id transition_clip 0x7f08020c
int id transition_current_scene 0x7f08020d
int id transition_image_transform 0x7f08020e
int id transition_layout_save 0x7f08020f
int id transition_pause_alpha 0x7f080210
int id transition_position 0x7f080211
int id transition_scene_layoutid_cache 0x7f080212
int id transition_transform 0x7f080213
int id triangle 0x7f080214
int id unchecked 0x7f080215
int id uniform 0x7f080216
int id unlabeled 0x7f080217
int id up 0x7f080218
int id useLogo 0x7f080219
int id vertical 0x7f08021a
int id vertical_only 0x7f08021b
int id view_offset_helper 0x7f08021c
int id view_transition 0x7f08021d
int id view_tree_lifecycle_owner 0x7f08021e
int id view_tree_on_back_pressed_dispatcher_owner 0x7f08021f
int id view_tree_saved_state_registry_owner 0x7f080220
int id view_tree_view_model_store_owner 0x7f080221
int id visible 0x7f080222
int id visible_removing_fragment_view_tag 0x7f080223
int id west 0x7f080224
int id withText 0x7f080225
int id with_icon 0x7f080226
int id withinBounds 0x7f080227
int id wrap 0x7f080228
int id wrap_content 0x7f080229
int id wrap_content_constrained 0x7f08022a
int id x_left 0x7f08022b
int id x_right 0x7f08022c
int integer abc_config_activityDefaultDur 0x7f090000
int integer abc_config_activityShortDur 0x7f090001
int integer app_bar_elevation_anim_duration 0x7f090002

View File

@@ -3130,6 +3130,7 @@ id Match
id NO_DEBUG
id Name
id Notes
id Practice
id Rbutton1
id Rbutton2
id Rbutton3

Some files were not shown because too many files have changed in this diff Show More