icons

  1. Dave O

    Android Code Snippet "high-contrast text" system setting - work-around for colored text (or font icons)

    Android 5+ has an accessibility system setting called "high-contrast fonts", which lets the user force text (or icons rendered using fonts like Material or FontAwesome) to be outlined black or white (instead of the color you set). If you use colored text (or text-based icons) to indicate...
  2. A

    Android Question Problem with using Material Icons

    Hi all. In my app I add Material Icons as a button text and it looks good, checked with my 3 different phones. Few other clients that are using this app also checked and it looks good. The icons are arrow_back (0x5C4) and feedback (0xE87F) On one phone instead of these icons user sees Chinese...
  3. Martin Larsen

    iOS Question App icon blue when task switching

    I let B4i create the icons as detailed here: https://www.b4x.com/android/forum/threads/icons-and-launch-images.84591/ The app icon on the home screen is fine, but when I task switch (double click on home button) I just get the blue standard icon. I tried installing the Coordinates example as...
  4. Mashiane

    B4J Tutorial [BANanoWebix] Lesson 5: Creating ToolBars

    Hi This 5th installment of webix tuts deals with how one can create toolbars. These sit on the Rows collection of your page and can have a variety of elements like buttons, toggle buttons and icons. Like any WixElement, one can set the height of the toolbar and also set some default...
  5. Alexander Stolte

    [B4X] [XUI] AS Bottom Menu V2

    A better menu, can you find here First, i spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view cost a lot of time. If you want to support me, then you can do it here by Paypal or with a coffee. :) This is the V2 of the...
  6. Alexander Stolte

    Android Code Snippet [B4X] [BitmapCreator] Change Color of Bitmap

    Hello, the Output is not optimal. Have a look down, to Erels code snip for better results. With this snip, you can easy change a Bitmap/Icon Color. This only makes sense if the picture is monochrome with a transparent background like Icons. Usage: ImageView1.Bitmap =...
Top