Hi All,
I am trying to color tabs in action bar by using themes generated by Android Action Bar Style Generator.
As explained in
https://www.b4x.com/android/forum/threads/stdactionbar-another-actionbar-library.36786/page-2 by
Wembley.
I copied all generated drawable folders to res\drawable folder.
I copied styles_test.xml file generated to res/values folder and renamed to themes.xml.
Made all of the read only
I added SetApplicationAttribute(android:theme, "@style/Theme.test") line to manifest editor.
"test" as i used this name for style name in generator.
It shows error
No resource found that matches the given name (at 'theme' with value '@style/theme.test').
I guess something is wrong somewhere.
Can please anyone guide me.
Thanks
Juzer