fixed merge conflict

This commit is contained in:
24nicholsl
2025-02-14 12:55:29 -05:00
60 changed files with 193 additions and 103 deletions

View File

@@ -8,6 +8,7 @@
<string name="can_remove_algae">Can Remove Algae</string>
<string name="coralScored">%s%dx</string>
<string name="coral_pickup">Coral Pickup</string>
<string name="hold_button_to_ndecrement">Hold button to \ndecrement</string>
<string name="image_of_field">Image of field</string>
<string name="l1">L1</string>
<string name="l2">L2</string>
@@ -17,6 +18,7 @@
<string name="next_hold">Next (Hold)</string>
<string name="processor">Processor</string>
<string name="submit">Submit</string>
<string name="tele">Tele</string>
<style name="Base.Theme.ScoutingApp" parent="Theme.Material3.DayNight.NoActionBar">

View File

@@ -44,6 +44,7 @@ string can_leave
string can_remove_algae
string coralScored
string coral_pickup
string hold_button_to_ndecrement
string image_of_field
string l1
string l2
@@ -53,6 +54,7 @@ string net
string next_hold
string processor
string submit
string tele
style Base.Theme.ScoutingApp
style Theme.ScoutingApp
xml backup_rules

View File

@@ -14,7 +14,8 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/textView2"
app:srcCompat="@drawable/screenshot_2025_01_16_115155" />
app:srcCompat="@drawable/screenshot_2025_01_16_115155"
tools:ignore="ContentDescription" />
<Button
android:id="@+id/button_L4"
@@ -32,7 +33,8 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="@+id/imageView2"
app:strokeColor="#FF5722"
app:strokeWidth="5dp" />
app:strokeWidth="5dp"
tools:ignore="VisualLintButtonSize" />
<Button
android:id="@+id/button_L3"
@@ -48,7 +50,8 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/button_L4"
app:strokeColor="#FF5722"
app:strokeWidth="5dp" />
app:strokeWidth="5dp"
tools:ignore="VisualLintButtonSize" />
<Button
android:id="@+id/button_L2"
@@ -64,7 +67,8 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/button_L3"
app:strokeColor="#FF5722"
app:strokeWidth="5dp" />
app:strokeWidth="5dp"
tools:ignore="VisualLintButtonSize" />
<Button
android:id="@+id/button_L1"
@@ -80,7 +84,8 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/button_L2"
app:strokeColor="#FF5722"
app:strokeWidth="5dp" />
app:strokeWidth="5dp"
tools:ignore="VisualLintButtonSize" />
<TextView
android:id="@+id/textView2"
@@ -107,7 +112,8 @@
app:layout_constraintStart_toEndOf="@+id/button_Net"
app:layout_constraintTop_toBottomOf="@+id/imageView2"
app:strokeColor="#2196F3"
app:strokeWidth="5dp" />
app:strokeWidth="5dp"
tools:ignore="VisualLintButtonSize" />
<Button
android:id="@+id/button_Net"
@@ -123,7 +129,8 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/imageView2"
app:strokeColor="#2196F3"
app:strokeWidth="5dp" />
app:strokeWidth="5dp"
tools:ignore="VisualLintButtonSize" />
<LinearLayout
android:id="@+id/linearLayout"
@@ -139,21 +146,24 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/can_leave" />
android:text="@string/can_leave"
tools:ignore="VisualLintButtonSize" />
<CheckBox
android:id="@+id/cb_algaeReef"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/can_remove_algae" />
android:text="@string/can_remove_algae"
tools:ignore="VisualLintButtonSize" />
<CheckBox
android:id="@+id/cb_coralPickup"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/coral_pickup" />
android:text="@string/coral_pickup"
tools:ignore="VisualLintButtonSize" />
</LinearLayout>
<TextView
@@ -163,7 +173,7 @@
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="8dp"
android:text="Hold button to \ndecrement"
android:text="@string/hold_button_to_ndecrement"
app:layout_constraintBottom_toTopOf="@+id/imageView2"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/textView2"

View File

@@ -14,7 +14,8 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/textView2"
app:srcCompat="@drawable/screenshot_2025_01_16_115155" />
app:srcCompat="@drawable/screenshot_2025_01_16_115155"
tools:ignore="ContentDescription" />
<Button
android:id="@+id/button_L4"
@@ -32,7 +33,8 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="@+id/imageView2"
app:strokeColor="#FF5722"
app:strokeWidth="5dp" />
app:strokeWidth="5dp"
tools:ignore="VisualLintButtonSize" />
<Button
android:id="@+id/button_L3"
@@ -48,7 +50,8 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/button_L4"
app:strokeColor="#FF5722"
app:strokeWidth="5dp" />
app:strokeWidth="5dp"
tools:ignore="VisualLintButtonSize" />
<Button
android:id="@+id/button_L2"
@@ -64,7 +67,8 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/button_L3"
app:strokeColor="#FF5722"
app:strokeWidth="5dp" />
app:strokeWidth="5dp"
tools:ignore="VisualLintButtonSize" />
<Button
android:id="@+id/button_L1"
@@ -80,14 +84,15 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/button_L2"
app:strokeColor="#FF5722"
app:strokeWidth="5dp" />
app:strokeWidth="5dp"
tools:ignore="VisualLintButtonSize" />
<TextView
android:id="@+id/textView2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="Tele"
android:text="@string/tele"
android:textSize="48sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
@@ -107,7 +112,8 @@
app:layout_constraintStart_toEndOf="@+id/button_Net"
app:layout_constraintTop_toBottomOf="@+id/imageView2"
app:strokeColor="#2196F3"
app:strokeWidth="5dp" />
app:strokeWidth="5dp"
tools:ignore="VisualLintButtonSize" />
<Button
android:id="@+id/button_Net"
@@ -123,7 +129,8 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/imageView2"
app:strokeColor="#2196F3"
app:strokeWidth="5dp" />
app:strokeWidth="5dp"
tools:ignore="VisualLintButtonSize" />
<LinearLayout
android:id="@+id/linearLayout"
@@ -139,21 +146,24 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/can_leave" />
android:text="@string/can_leave"
tools:ignore="VisualLintButtonSize" />
<CheckBox
android:id="@+id/cb_algaeReef"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/can_remove_algae" />
android:text="@string/can_remove_algae"
tools:ignore="VisualLintButtonSize" />
<CheckBox
android:id="@+id/cb_coralPickup"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/coral_pickup" />
android:text="@string/coral_pickup"
tools:ignore="VisualLintButtonSize" />
</LinearLayout>
<TextView
@@ -163,7 +173,7 @@
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="8dp"
android:text="Hold button to \ndecrement"
android:text="@string/hold_button_to_ndecrement"
app:layout_constraintBottom_toTopOf="@+id/imageView2"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/textView2"

View File

@@ -8,6 +8,7 @@
<string name="can_remove_algae">Can Remove Algae</string>
<string name="coralScored">%s%dx</string>
<string name="coral_pickup">Coral Pickup</string>
<string name="hold_button_to_ndecrement">Hold button to \ndecrement</string>
<string name="image_of_field">Image of field</string>
<string name="l1">L1</string>
<string name="l2">L2</string>
@@ -17,6 +18,7 @@
<string name="next_hold">Next (Hold)</string>
<string name="processor">Processor</string>
<string name="submit">Submit</string>
<string name="tele">Tele</string>
<style name="Base.Theme.ScoutingApp" parent="Theme.Material3.DayNight.NoActionBar">

View File

@@ -3898,6 +3898,7 @@ int string exposed_dropdown_menu_content_description 0x7f100036
int string fab_transformation_scrim_behavior 0x7f100037
int string fab_transformation_sheet_behavior 0x7f100038
int string hide_bottom_view_on_scroll_behavior 0x7f100039
int string hold_button_to_ndecrement 0x7f1000b5
int string icon_content_description 0x7f10003a
int string image_of_field 0x7f10003b
int string item_view_role_description 0x7f10003c
@@ -4021,6 +4022,7 @@ int string side_sheet_accessibility_pane_title 0x7f1000b1
int string side_sheet_behavior 0x7f1000b2
int string status_bar_notification_info_overflow 0x7f1000b3
int string submit 0x7f1000b4
int string tele 0x7f1000b6
int style AlertDialog_AppCompat 0x7f110000
int style AlertDialog_AppCompat_Light 0x7f110001
int style Animation_AppCompat_Dialog 0x7f110002

View File

@@ -3899,6 +3899,7 @@ string exposed_dropdown_menu_content_description
string fab_transformation_scrim_behavior
string fab_transformation_sheet_behavior
string hide_bottom_view_on_scroll_behavior
string hold_button_to_ndecrement
string icon_content_description
string image_of_field
string item_view_role_description
@@ -4022,6 +4023,7 @@ string side_sheet_accessibility_pane_title
string side_sheet_behavior
string status_bar_notification_info_overflow
string submit
string tele
style AlertDialog_AppCompat
style AlertDialog_AppCompat_Light
style Animation_AppCompat_Dialog