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
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
What steps will reproduce the problem?
Declare something as follows with a generic eg
@ViewById(R.id.phrasetype)
FloatingLabelItemChooser phraseTypeSpinner;
This creates syntax errors in the generated class eg bad import and casting error
import com.marvinlabs.widget.floatinglabel.itemchooser.FloatingLabelItemChooser<android.content.ContentValues>;
...
phraseTypeSpinner = ((ContentValues>) hasViews.findViewById(uk.co.myApp.android.R.id.phrasetype));
What version of the product are you using? On what operating system?
3.2, Windows, Android Studio