|
@@ -10,7 +10,6 @@
|
|
android:id="@+id/themeRadioGroup"
|
|
android:id="@+id/themeRadioGroup"
|
|
android:layout_width="156dp"
|
|
android:layout_width="156dp"
|
|
android:layout_height="120dp"
|
|
android:layout_height="120dp"
|
|
- android:checkedButton="@id/radioButton0"
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/themeStatus"
|
|
app:layout_constraintBottom_toTopOf="@+id/themeStatus"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintHorizontal_bias="0.5"
|
|
app:layout_constraintHorizontal_bias="0.5"
|
|
@@ -18,22 +17,19 @@
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
<RadioButton
|
|
<RadioButton
|
|
- android:id="@+id/radioButton0"
|
|
|
|
|
|
+ android:id="@+id/radioButtonDefault"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="40dp"
|
|
|
|
- android:text="@string/radio_default" />
|
|
|
|
|
|
+ android:layout_height="40dp" />
|
|
|
|
|
|
<RadioButton
|
|
<RadioButton
|
|
- android:id="@+id/radioButton1"
|
|
|
|
|
|
+ android:id="@+id/radioButtonDark"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="40dp"
|
|
|
|
- android:text="@string/radio_dark" />
|
|
|
|
|
|
+ android:layout_height="40dp" />
|
|
|
|
|
|
<RadioButton
|
|
<RadioButton
|
|
- android:id="@+id/radioButton2"
|
|
|
|
|
|
+ android:id="@+id/radioButtonLight"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="40dp"
|
|
|
|
- android:text="@string/radio_light" />
|
|
|
|
|
|
+ android:layout_height="40dp" />
|
|
</RadioGroup>
|
|
</RadioGroup>
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -41,7 +37,6 @@
|
|
android:layout_width="91dp"
|
|
android:layout_width="91dp"
|
|
android:layout_height="56dp"
|
|
android:layout_height="56dp"
|
|
android:layout_marginBottom="16dp"
|
|
android:layout_marginBottom="16dp"
|
|
- android:text="TextView"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintHorizontal_bias="0.5"
|
|
app:layout_constraintHorizontal_bias="0.5"
|