icon

  1. jkhazraji

    B4J Library Other Font icon ( than Fontawesome and Material)

    There are more than 30 icon fonts , I am familiar ( and possibly others) with Fontawesome and Material design only. I came a cross a project (IKONLI) that uses these fonts and it states that: "...(they) integrate so seamlessly with the existing 'controls'. An icon is simply an extension of the...
  2. D

    Android Question Icon Error - ic_launcher_round not found

    I used this tool to create my icon: Easy App Icon As suggested by this post: https://www.b4x.com/android/forum/threads/adaptive-icons-simple-instructions-and-tips.123843/ Everything went smoothly, but when I try and compile my app I get this error: Linking resources Error...
  3. K

    Android Question Custom Icons for Buttons in CLV

    Hello everyone, I have a CustomListView in B4X (writing for android currently, but want to go multi-platform in the future) only with buttons whose size depends on an input. I want to have each button 's text come with a different custom icon that i created (png format). So i guess i have two...
  4. R

    Android Question How to make image based on high unix char look disabled

    Using various ways to add images to an overflow menu. These overflow menu items always have text and and sometimes an image in front of the text. The images can be provided by: an image file, FontAwesome or MaterialIcons icons, or by a high unicode icon character. This is the code covering the...
  5. M

    iOS Question Button with image/icon and text aligned correctly

    Hi everyone, I'm trying to achieve this result for a button I tried by using ButtonAttributeText and MaterialIcons but the result is this arrow and text should be horizontally aligned... (bigger is the MaterialIcon character, and more evident the offset became) So I tried using an...
  6. Dave O

    Android Question [solved] Android system setting for high-contrast fonts - how to detect?

    Can I detect if a device has the "High-contrast fonts" system setting enabled? Background: Some of my users reported that icons were not working correctly in my app, and I eventually discovered that they had turned on the Android "High-contrast fonts" accessibility setting. That feature changes...
  7. D

    Android Question Gray icon in Notifications

    Hello everyone! I faced such a problem: on some devices and the emulator the notification icon is gray, while on my phone (HONOR 9X) the icon is colored and everything is fine. I also used the class Notification, and now I use NB6. Nothing has changed, can anyone have encountered such a problem...
  8. A

    Android Question Icons for notifications

    Hello. A strange thing is happening. I have a standard icon.png file in the \ Objects \ res \ drawable folder. I want to dynamically change the notification icon. When I add to the folder (according to the instructions!) A file, for example, icon2.png, it disappears when the project is compiled...
  9. German Buchmuller

    iOS Question Change App icon from code

    Hi, is it possible to change the app icon from code? I have seen that Instagram made this some months ago where you could choose the app icon: Thanks!
  10. Vinians2006

    Android Question Error when trying to put adaptive icons on my app

    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 ...
  11. alirezahassan

    Android Question Change icon with #

    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?
  12. Guenter Becker

    Android Question ActionBar Color and Icons

    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...
  13. W

    Android Question [Solved] NB6 icon not showing on lock screen (only the white circle)

    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...
  14. Didier9

    Android Question How to add an Icon like the Holo theme [solved]

    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?
  15. M

    B4i Library [class] Foreground Notifications

    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")
  16. M

    iOS Question Navbar like Whatsapp

    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...
  17. BeneBarros

    B4J Question Mainform.Icon

    Is there any way to change Mainform.icon at runtime?
  18. Nerdworld

    Android Question Always on Display - Notification Icon [Huawei Mate 20 Pro]

    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...
  19. E

    iOS Question [Solved] FontAwesome not working as button icons

    (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...
  20. R

    Android Question Adaptive Icons In Android 9 'Pie'

    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...
Top