My lead development device is a Samsung S9+ which has just updated to Android 9 'Pie'. The first thing that strikes you is that all the icon frames have turned to 'Squircles' with most looking OK but some B4A apps looking very out of place. On the device there was previously a dialogue...
Good day!
I have tried to change the App Icon (Project -> Choose Icon), although it is replaced originally (after I do this I can see the correct Icon under Objects\res\drawable), but whenever I hit release, it gets back to the original (thus exporting as such to the APK)
Any ideas what I may be...
I'm working through my apps, replacing icon bitmaps with icon fonts wherever I can (an easy way to support various sizes of icons).
In B4A 8.50, I just noticed that some Material icons are missing - that is, they are available on material.io but not in the font packaged with B4A.
I know that...
Hi, I've just added targetSdkVersion to 26 and all my layout changes because I had SDKtarget to 14 (I liked much more textbox appearence).
I have TabHost with icons and they are too small now. What should I do? I've tried to change IMG to 192x192, use LoadBitMapResize... and same result, the...
Need a circular marker with a specified colour for an Osmdroid markeroverlay and thought I could do it like this:
Sub Globals()
Private bmpPatientMarker As BitmapDrawable
End Sub
Sub Activity_Create(FirstTime As Boolean)
bmpPatientMarker.Initialize(TextToBitmapDrawable("O", 24...
I don't know how I have to create the icon.
I can see it (white) in the status bar but not in the list of notifications.
Can you upload an example?
Thank you.
P.S. SDK target 23 - device: Android 4.4.2.
I'm not so sure that the problem is the "format" of the image file (png, of course)...
Installed the AppCompat library now and trying to add an icon to an ACToolbar:
Sub Activity_Create(FirstTime As Boolean)
Dim ACToolBarDark1 As ACToolBarDark
ACToolBarDark1.Initialize("ACToolBar")
ACToolBarDark1.LogoBitmap = LoadBitmap(File.DirAssets, "Test.ico")
This compiles fine with no...
I would like to know how I can adjust the TabBarIcon so that it is centralized vertically, I believe that the space below the image can be of the title, in b4i it talks to pass empty string for the title does not appear.
Sub Process_Globals
Public App As Application
Private Page1 As...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.