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?) { override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState) super.onViewCreated(view, savedInstanceState)
/*
val spinnerDifficulty:Spinner = view.findViewById(R.id.spinnerDifficulty) val spinnerDifficulty:Spinner = view.findViewById(R.id.spinnerDifficulty)
val difficulty = arrayOf("Easy","Medium","Hard") val difficulty = arrayOf("Easy","Medium","Hard")

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

Loading…
Cancel
Save