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.
Any options for full integration with HoloEverywhere 1.4
https://github.com/ChristopheVersieux/HoloEverywhere
Android Annotations(Amazing lib btw) generates code with imports like android.view.LayoutInflater.
But HoloEverywhere requires imports from its own package like org.holoeverywhere.LayoutInflater.
Generating the errors like this in fragments: Cannot override the final method from _HoloFragment (Due to the inflater)
Sorry for my english