I have this in my manifest:
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="15"/>
But I would like to use a HOLO theme or something similar.
I know HOLO theme requires Android 11, but what can I do if I want to have a nice unifying standard theme?
Thanks, Alex