|
|
@ -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")
|
|
|
|
|
|
|
|
|
|
|
|