You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ! I have a problem with the OptionView.setBackgroundColorSquare when I put it before the set ContentView the app crashes by telling me that it cannot inflate your class
Thanks !
The text was updated successfully, but these errors were encountered:
I got the same problem with this codes
** OptionView.noBackground = true;
and IDE could not find the option view
logcat say this :
Error:(21, 29) error: cannot find symbol variable noBackground
Error:Execution failed for task ':app:compileDebugJavaWithJavac'.
Compilation failed; see the compiler error output for details.
Hi ! I have a problem with the OptionView.setBackgroundColorSquare when I put it before the set ContentView the app crashes by telling me that it cannot inflate your class
Thanks !
The text was updated successfully, but these errors were encountered: