Added stuff
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user