LWGShane Well-Known Member Licensed User Longtime User Dec 6, 2014 #1 I have Lollipop installed on my Nexus 5 and am wondering why I get the old Holo theme when I compile my app. Thanks.
I have Lollipop installed on my Nexus 5 and am wondering why I get the old Holo theme when I compile my app. Thanks.
Erel B4X founder Staff member Licensed User Longtime User Dec 7, 2014 #2 Open the manifest editor and change android:targetSdkVersion to 21. Make sure that you are not explicitly setting the theme attribute. Upvote 0
Open the manifest editor and change android:targetSdkVersion to 21. Make sure that you are not explicitly setting the theme attribute.
LWGShane Well-Known Member Licensed User Longtime User Dec 7, 2014 #3 Erel said: Open the manifest editor and change android:targetSdkVersion to 21. Make sure that you are not explicitly setting the theme attribute. Click to expand... Awesome, it works! Thanks! Upvote 0
Erel said: Open the manifest editor and change android:targetSdkVersion to 21. Make sure that you are not explicitly setting the theme attribute. Click to expand... Awesome, it works! Thanks!