I am using AHPreferenceActivity.
I have set my own theme and that Works perfect. But when I goes to the preferenceActivity the app shows the standard holo.light themes.
Anyone knows to fix that
Mogens
I have set my own theme and that Works perfect. But when I goes to the preferenceActivity the app shows the standard holo.light themes.
Anyone knows to fix that
B4X:
AddApplicationText(<activity android:name="de.amberhome.objects.preferenceactivity"/>)
SetApplicationAttribute(android:theme, "@style/Theme.Lptheme")
Mogens