I'm creating an app that I'd like to use a "holo light" look for - that is, a mainly white-ish UI like Gmail. I've found that the "light" UI is easier to see outdoors.
Is there a recommended way to design my UI to support a "light" UI on both older devices and the newer ones that have Holo Light?
I'm thinking I may have to either code the colors programmatically throughout, or maybe only for the older devices (and invoking Holo Light on newer devices after an OS-version check)?
Any help appreciated. Thanks!
Is there a recommended way to design my UI to support a "light" UI on both older devices and the newer ones that have Holo Light?
I'm thinking I may have to either code the colors programmatically throughout, or maybe only for the older devices (and invoking Holo Light on newer devices after an OS-version check)?
Any help appreciated. Thanks!