Android Question (Closed) No app Icon fix?

anOparator

Active Member
Licensed User
Longtime User
The app title is shifted to the left and not even the default icon for emulators running:
api21 and api25
OR
Moto E4, Android 7.1.1, API 25.

The read-only icon (96x96) is in the Objects/res/drawable folder, and is seen in the All Apps screen and Recent apps screen.
No errors or app crashes with B4A 8.0 and 8.3

The only workaround I have is using
SetApplicationAttribute(android:theme,"@android:style/Theme.Holo.Light")
Are additional macros available for:
'CreateResourceFromFile(Macro, Themes.LightTheme), the icon eater.
 

Attachments

  • noIconOver21.zip
    9.2 KB · Views: 172

anOparator

Active Member
Licensed User
Longtime User
Emulators:
Motorola Xoom -4.1.1 api16
HTC One X -4.2.2 api17
Sony Xperia Z -4.3 api18
Google Nexus 4 -4.4.4 api19
Samsung Galaxy Note 3 - 4.4.4 api19
Custom Tablet -5.0.0 api21
Google Nexus 9 -7.1.0 api25
device:
Motorola Moto E4 -7.1.1 api25
 
Upvote 0

anOparator

Active Member
Licensed User
Longtime User
CreateResourceFromFile(Macro, Themes.DarkTheme)
new.png
SetApplicationAttribute(android:theme,"@android:style/Theme.Holo.Light")
SetApplication.jpg
 
Upvote 0
Top