Fix no-theme bug in Onboarding by using Radiobuttons

It was possible to de-select all Themes in the Onboarding as
Checkboxes where used. Now this is not possible anymore because we use
Radiobuttons
This commit is contained in:
nwuensche
2022-05-28 10:24:38 +02:00
parent b6d6c2b732
commit af93f6a604
2 changed files with 4 additions and 4 deletions

View File

@@ -40,8 +40,8 @@
android:layout_alignEnd="@id/line1"
android:layout_marginTop="@dimen/margin_xxsmall" />
<com.google.android.material.checkbox.MaterialCheckBox
android:id="@+id/checkbox"
<com.google.android.material.radiobutton.MaterialRadioButton
android:id="@+id/radiobutton"
android:layout_width="@dimen/icon_size_category"
android:layout_height="@dimen/icon_size_category"
android:layout_alignParentEnd="true"