Hello mates!
I am trying to put adaptive icons on my app. The app used to work perfectly before but now it even able to be downloaded by Android OS.
I tryed everything. If I use the menu options "choose icon" the app works again. Please can someone look at my src and help me to find this error ...
Hi
I want to change icon. I want to use this code
#if Demo
//change icon to demo icon
#else if PRO
//change icon to pro icon
#end if
Is it possible?
Can I use robocopy with this case?
Dear Erel,
Due to the lack of documentation I have to place some questions as followes:
How to change the color of the inbuild ActionBar?
How to put a Logo Icon before the Title of the Action Bar?
How to put an Icon before the MenuItem Text?
Could you please give some snippets to answer this...
I'm puzzled - not for the first time, certainly not for the last. My device is a Moto X Style running Android 7.0 and the app is compiled with B4A 9.50. When I use B4A Bridge, the notification icon shows properly on the lock screen; B4A Bridge doesn't use NB6 (NotificationBuilder) for...
With the Holo theme, the app would show the app's icon in the top (menu) bar.
With the new Light or Dark theme, the icon is gone.
Is there a simple way to add it back to the Light or Dark themes?
Hi, for my personal need, i had to write a small class in order receive notification when the app is showing (foreground).
Maybe it can be useful to someone.
You can set:
Custom Text Color
Custom Background Color
The showing time
An icon
Vibrate (import the library "iPhone")
Hi!
I'm trying to understand the various part that make up the navigation between pages in B4i, and the various options.
How can I have a nav bar like this:
With custom icon and Text (and eventually the notification dot).
It's a acutal navbar, or a panel with button inside? (i ask this...
Hey folks!
I'm currently running into an issue with one of my apps:
- My app has a constant notification for a running service
- On my old phone (Samsung Galaxy S7 Edge) i had a small version of my app icon on the "always on"-display.
- On my new phone (Huawei Mate 20 Pro) there is a small...
(re: related thread: https://www.b4x.com/android/forum/threads/fontawesome-icons-in-buttons.80993/ )
I had an issue where FontAwesome icons that looked great in Designer:
were not displaying in the actual program:
and what I eventually tracked it down to was a programming...
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...
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.