Hi all, i have a little problem with an app:
I target to sdk 15 and all works fine, holo theme on android 4 devices is there, but not for one of my activities.
I edited manifest file to get transparent activity like this
This works but all the objects on the activity looks Gingerbread like.
How can i get Holo style with transparent activities?
Thanks
I target to sdk 15 and all works fine, holo theme on android 4 devices is there, but not for one of my activities.
I edited manifest file to get transparent activity like this
B4X:
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="15"/>
...
SetActivityAttribute(myActivity, android:theme, @android:style/Theme.Translucent.NoTitleBar)
This works but all the objects on the activity looks Gingerbread like.
How can i get Holo style with transparent activities?
Thanks