D
Can you upload your project (File - Export as zip)?
In my case, that solved the problem. I hope that works also with any custom theme.The solution is to explicitly set the theme to (or one of the other holo themes):
B4X:SetApplicationAttribute(android:theme, "@android:style/Theme.Holo")
In my case, that solved the problem. I hope that works also with any custom theme.
Thank you Erel,The solution is to explicitly set the theme to (or one of the other holo themes):
B4X:SetApplicationAttribute(android:theme, "@android:style/Theme.Holo")