Description of problem
I am getting the error 'Unresolved Reference: nightMode'
In which lesson and step of the codelab can this issue be found?
Task 4: Themes and final touches - 4.2 Add Theme button to menu
How to reproduce?
I have added the code from the page to my app and tried to run the app and get the error.
Versions
What version of Android Studio are you using? 4.2.1
What API level are you targeting? API 29/30
Additional information
I am doing an assignment and have created a To Do List App and wanted to add the option to toggle between night and day mode. I am hopeful I have just entered the code wrong somewhere and it will be a quick fix.
Description of problem I am getting the error 'Unresolved Reference: nightMode'
In which lesson and step of the codelab can this issue be found?
How to reproduce? I have added the code from the page to my app and tried to run the app and get the error.
Versions
Additional information I am doing an assignment and have created a To Do List App and wanted to add the option to toggle between night and day mode. I am hopeful I have just entered the code wrong somewhere and it will be a quick fix.
codelab: android-fundamentals