I'm developing an Android application and I want to change the color and theme of the application. How can I do this?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Dev guide explains how to apply themes and styles. This:
Becomes this:
By defining an xml theme file:
You can also apply styles to all activities of an application:
Or just one activity:
|
|||
|
|
|
|||
|
|