Android Question Material Design?

LWGShane

Well-Known Member
Licensed User
Longtime User
I have Lollipop installed on my Nexus 5 and am wondering why I get the old Holo theme when I compile my app.

Thanks.
 

LWGShane

Well-Known Member
Licensed User
Longtime User
Open the manifest editor and change android:targetSdkVersion to 21. Make sure that you are not explicitly setting the theme attribute.

Awesome, it works! Thanks!
 
Upvote 0
Top