paris7162 Member Licensed User Longtime User Nov 26, 2014 #1 I'm running an app on an Android 5.0 device and I no longer see the icon when I use Msgbox2. Is there a way to fix this? xText = "Test" Msgbox2(xText,"Stats","OK","","",LoadBitmap(File.DirAssets, "icon-40.png"))
I'm running an app on an Android 5.0 device and I no longer see the icon when I use Msgbox2. Is there a way to fix this? xText = "Test" Msgbox2(xText,"Stats","OK","","",LoadBitmap(File.DirAssets, "icon-40.png"))
Erel B4X founder Staff member Licensed User Longtime User Nov 26, 2014 #2 Have you set the holo theme: https://www.b4x.com/android/forum/threads/make-your-app-compatible-with-android-5-0-devices.45967/ Upvote 0
Have you set the holo theme: https://www.b4x.com/android/forum/threads/make-your-app-compatible-with-android-5-0-devices.45967/
paris7162 Member Licensed User Longtime User Nov 26, 2014 #3 The holo theme doesn't resolve the problem, I still can't see the icon. It looks like the button order is changed with the holo theme. Upvote 0
The holo theme doesn't resolve the problem, I still can't see the icon. It looks like the button order is changed with the holo theme.
Erel B4X founder Staff member Licensed User Longtime User Nov 26, 2014 #4 I see it too. The icon is passed correctly to the dialog builder. This is how dialogs look in the new styles. Upvote 0
I see it too. The icon is passed correctly to the dialog builder. This is how dialogs look in the new styles.