1

Can I set a theme for the app I create?

I am talking about themes like in...

http://developer.android.com/design/style/themes.html

or should I use Styles and themes, and individually modify every child?

1 Answer 1

1

You indeed have to use Styles and Themes.

You can add a theme to whole of your application with just one line in the manifest:

<application android:theme="@style/CustomTheme"> 
Sign up to request clarification or add additional context in comments.

2 Comments

are there any in-built themes that I can use?
Yes. Those mentioned in the link that you have shared. That is for the Ice Cream Sandwich devices. For earlier one's ,search the Android docs, you will find a few.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.