Skip to content
Snippets Groups Projects
Commit ffbcb92c authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Wizard: Change chip for switch

parent cdea882d
No related branches found
No related tags found
No related merge requests found
......@@ -7,18 +7,19 @@
android:layout_height="wrap_content"
android:padding="16dp">
<android.support.design.chip.Chip
<Switch
android:id="@+id/wizard_check_scan"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:checked="true"
android:checkable="true"
android:text="@string/ml_wizard_scan_checkbox"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@+id/wizard_description" />
<android.support.design.button.MaterialButton
<Button
android:id="@+id/wizard_validate"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment