I have an android project and originally set its target API to 2.3.3. Recently, I want to update the target API to ICS (API Version 14).
I did the following:
- update the android:minSdkVersion to version 14.
- Change the Project Android Properties (Right click on the project->Properties->Select Google APIs 14).
After a clean and rebuild, the ui elements (button, edit text) still has the old 2.3.3 looks and not the 4.0 looks.
Any thought on what am I missing here?
You have to add the Holo theme to your Android Manifest in the activity tag.