correction bug

master
Alexis1663 2 years ago
parent f7991a0a0f
commit caf318ad01

@ -28,7 +28,7 @@ class OptionFragment : Fragment() {
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)
/*
val spinnerDifficulty:Spinner = view.findViewById(R.id.spinnerDifficulty)
val difficulty = arrayOf("Easy","Medium","Hard")

@ -27,7 +27,7 @@
<Button
android:id="@+id/backButton"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Retour"
android:layout_margin="2mm"

Loading…
Cancel
Save