Is it possible to use the native themes/styles on ICS/Honeycomb?
I added:
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="11"
SetApplicationAttribute(android:theme,"@android:style/Theme.Holo")
to the manifest which gives me the new Actionbar. But i want the Holo theming on the listviews aswell.
I added:
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="11"
SetApplicationAttribute(android:theme,"@android:style/Theme.Holo")
to the manifest which gives me the new Actionbar. But i want the Holo theming on the listviews aswell.
Last edited: