on devices with Android 11 my Msgboxes create sometimes very small buttons. Both boxes are created with Msgbox2Async, the one with the small buttons directly in Main.Activity_Create, the one with the normal buttons a bit later in a sub which is called from Activity_Create.
There are other boxes in other activities, which sometimes show tiny and sometimes normal buttons.
There are several versioned components that affect the compilation process and the runtime behavior of our apps. The purpose of this tutorial is to explain the differences between them and help you choose which version to use. Each Android version is mapped to an api level. You can see this...
www.b4x.com
Using an Android 2 theme on new devices is likely to cause all kinds of problems.
There are several versioned components that affect the compilation process and the runtime behavior of our apps. The purpose of this tutorial is to explain the differences between them and help you choose which version to use. Each Android version is mapped to an api level. You can see this...
www.b4x.com
Using an Android 2 theme on new devices is likely to cause all kinds of problems.
I'm not sure that there is a material transparent theme. Better solution is to replace the transparent activity with a simple class and show it inside the current page or activity.
Maybe use B4XDialog with a custom dialog.
Thanks for the answer... I'm using the transparent activity for Services to show information for the user. So a replacement is not that easy... I was happy when I managed to do that with a transparent activity ;-)
Would a B4XDialog work better than a MsgboxAsync?