Question

As a follow on to the hide activity questions here, I started looking through the Andoid documentation for more information on styles and themes and found it is possible to apply different themes for different API levels.

With this I can get my transparent activity on API levels that support it properly.

What I'd like to know is, is it safe to play with the styles within the Basic4Android environment, or will it comeback to bite me later on?

The xml has to be stored in res/values or res/values-v(API level) which are deleted on compile unless made read-only. I just wanted to check if this was to stop these being changed for a reason, other than keeping the app tidy?.

Edit: I assume some things that it is possible to put in these files would overwrite or be overwritten by settings in the Designer.

Steve

Was it helpful?

Solution

I don't see any problem with using styles. Make sure to set your xml files to be read-only. The designer doesn't change anything except of creating the bal files.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top