So I'm cruising the Android Dev site cause I can't believe I need to set text properties on everything I create.... and of course there is a way to apply styles.
So I peek at the manifest xml in Basic4Android... its just a method with xml in it.
It doesn't even call out my activity by name.. ODD ?? :sign0104:
Can I call out my activity and start applying my styles to a specific view...?
Note, of course this will be a panel and I want all views in the panel to inherit the style I apply to the 'parent' panel. I just didn't see the activity called out in the manifest like in an Eclipse version or the samples here
Styles and Themes | Android Developers
so I had to ask .. in case my mods to the file messes up something for B4A...
So I peek at the manifest xml in Basic4Android... its just a method with xml in it.
It doesn't even call out my activity by name.. ODD ?? :sign0104:
Can I call out my activity and start applying my styles to a specific view...?
Note, of course this will be a panel and I want all views in the panel to inherit the style I apply to the 'parent' panel. I just didn't see the activity called out in the manifest like in an Eclipse version or the samples here
Styles and Themes | Android Developers
so I had to ask .. in case my mods to the file messes up something for B4A...