Toky Olivier Active Member Licensed User Longtime User Jun 19, 2020 #1 Hello, In android 4.3 (just to test my apps), the app icon appears in the title. How can we remove or change it? Thank you
Hello, In android 4.3 (just to test my apps), the app icon appears in the title. How can we remove or change it? Thank you
Peter Simpson Expert Licensed User Longtime User Jun 19, 2020 #2 You can use CSBuilder, search for 'B4XPages Pixabay' and look at that code... Upvote 0
Toky Olivier Active Member Licensed User Longtime User Jun 19, 2020 #3 Peter Simpson said: You can use CSBuilder, search for 'B4XPages Pixabay' and look at that code... Click to expand... I saw it and yes I use CSBuilder regulary, the thing is, the same app running on android 5+ don't show the icon. Only in android 4.3 I see it. Thank you Upvote 0
Peter Simpson said: You can use CSBuilder, search for 'B4XPages Pixabay' and look at that code... Click to expand... I saw it and yes I use CSBuilder regulary, the thing is, the same app running on android 5+ don't show the icon. Only in android 4.3 I see it. Thank you
asales Expert Licensed User Longtime User Jun 19, 2020 #4 Toky Olivier said: the thing is, the same app running on android 5+ don't show the icon. Only in android 4.3 I see it. Click to expand... Maybe because the material design: The use of application icon plus title as a standard layout is discouraged on API 21 devices and newer. Toolbar | Android Developers developer.android.com Upvote 0
Toky Olivier said: the thing is, the same app running on android 5+ don't show the icon. Only in android 4.3 I see it. Click to expand... Maybe because the material design: The use of application icon plus title as a standard layout is discouraged on API 21 devices and newer. Toolbar | Android Developers developer.android.com
Erel B4X founder Staff member Licensed User Longtime User Jun 21, 2020 #5 This is how the holo theme looks like. Don't put too much effort in Android 4 devices. They are very old and rare now. Upvote 0
This is how the holo theme looks like. Don't put too much effort in Android 4 devices. They are very old and rare now.