Android Question Android Theme

Shay

Well-Known Member
Licensed User
Longtime User
Hi

"SetApplicationAttribute(android:theme, @android:style/Theme.Holo.Light)"
Can I make only EditText to use the above theme?

Second question
Is there a list of Themes that I can use?

Thanks
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

thedesolatesoul

Expert
Licensed User
Longtime User
It is possible to do through xml.
You would need to use a base style and then override the components you need.
Its very clunky to be honest and i haven't seen a good explanation anywhere.
Also its not possible to change a style on runtime, only before the view is created.
 
Upvote 0
Top