I have download the latest version HoloEveryWhere
from github
then i added the ActionbarSherlock
library to it . Now i errors in themes-core.xml
files
and thats what it looks like :
<style name="Holo.Base.Theme" parent="Theme.AppCompat">
....
<style name="Holo.Base.Theme.Light" parent="Theme.AppCompat.Light">
.....
obviously it seems that HoloEveryWhere is configured to work with ActionBarCompt
library .
for me I'd rather use ActionbarSherlock
instead .
should i change the parent values to equivalent sherlock theme's ?
what about the countless errors in attrs.xml
:
Attribute "activatedBackgroundIndicator" has already been
defined
how could i solve them ?
I have been trying to integrate this library for 2 days now with no success !!