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.
Which then generates this compiler warning for targetSdk=22 builds:
TheClass_.java:33: warning: [deprecation] getDrawable(int) in Resources has been deprecated
backgroundDrawable = resources_.getDrawable(drawable.bg_button_with_stroke_orange);
Instead, AndroidAnnoations should, given the class ContextCompat is available, generate this: