Added stuff

This commit is contained in:
wildercayden
2026-07-04 00:32:44 -04:00
parent 0b4045f6c1
commit 873227600f
4 changed files with 49 additions and 48 deletions

View File

@@ -17,7 +17,6 @@
android:textAlignment="center"
android:textColor="@color/white"
android:textSize="24sp"
app:layout_constraintBottom_toTopOf="@+id/button_next"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
@@ -43,49 +42,9 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/notes">
<RadioButton
android:id="@+id/Rbutton1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/starting_position_1"
android:textColor="@color/white"
app:buttonTint="@color/main" />
<RadioButton
android:id="@+id/Rbutton2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/starting_position_2"
android:textColor="@color/white"
app:buttonTint="@color/main" />
<RadioButton
android:id="@+id/Rbutton3"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/starting_position_3"
android:textColor="@color/white"
app:buttonTint="@color/main" />
<RadioButton
android:id="@+id/Rbutton4"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/starting_position_4"
android:textColor="@color/white"
app:buttonTint="@color/main" />
<RadioButton
android:id="@+id/Rbutton5"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/starting_position_5"
android:textColor="@color/white"
app:buttonTint="@color/main" />
</RadioGroup>
<!-- Empty ImageView: No source asset, but constraints are locked tight -->
<ImageView
android:id="@+id/imageView2"
android:layout_width="0dp"
@@ -115,7 +74,7 @@
android:layout_height="wrap_content"
android:gravity="center"
android:text="0"
android:background="@color/alliance_red"
android:background="@color/alliance_blue"
android:textColor="@color/white"
android:textSize="34sp"
app:layout_constraintTop_toTopOf="@+id/teamnumber"