Im trying to customize the native action bar
I generated the ressources files with android action bar style generator, copy the files to res folder, change de manifest, but i get this error:
SetActivityAttribute(Main,android:theme,"@android:style/Theme.Example")
The styles_example.xml files is in the res/values folder, looks like b4a compiler can not find this file.
I generated the ressources files with android action bar style generator, copy the files to res folder, change de manifest, but i get this error:
SetActivityAttribute(Main,android:theme,"@android:style/Theme.Example")
B4X:
Parsing code. 0.01
Compiling code. 0.02
Compiling layouts code. 0.00
Generating R file. Error
AndroidManifest.xml:17: error: Error: No resource found that matches the given name (at 'theme' with value '@android:style/Theme.Example').
The styles_example.xml files is in the res/values folder, looks like b4a compiler can not find this file.