<Fragment inflate not intended xml file> I have a ...
# stackoverflow
u
Fragment inflate not intended xml file I have a problem that EditSleepPressureFactorFragment inflates other xml file fragment_sleep_record.xml. But my intention is to inflate fragment_edit_sleep_pressure.xml. A Spinner having an id "year_spinner" is in fragment_edit_sleep_pressure.xml but binding!!.yearSpinner code occure unsolved refference. And binding!!.startSleepYear code cause no error. "start_sleep_year" id is in fragment_sleep_record.xml. How I solve this problem? EditSleepPressureFragment.kt import android.os.Bundle...