in this tutorial it is said that there are 3 themes for apps, but not mentioned how to set what theme will be my app.
So my question is how can I set a theme for my app?
Thanks!
in this tutorial it is said that there are 3 themes for apps, but
Share
Setting existing Theme to app from SDK Source
Simply you can set theme for your app..
Setting Own Theme
And, also you can create your own theme for your app. For this you’ve to place it one xml file under
res/styles.xmlFor, example –This is a example for theme. You can create your own theme like this. After creating your theme you can set this to you activity in manifest file –