icon

  1. K

    Android Question button with icon and text at bottom

    Hii, I have to design button with icon or image at center and then text at bottom of icon. How to do this?
  2. Android Question Choose App Icon Resets To Default

    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...
  3. Wish update for latest Material and FA icons?

    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...
  4. D

    Android Question Tabhost icons size too small (sdkversion=26)

    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...
  5. R

    Android Question BitmapDrawable cannot be converted to Bitmap

    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...
  6. Android Question Notifications icons colors

    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)...
  7. R

    Android Question Adding icon to ACToolbar

    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...
  8. A

    Android Question Icon App

    Hi, Someone can explain how can I set an ICON to the app (like how to set the app name) thanks.
  9. C

    iOS Question Position of the image in TabBarItem

    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...
Cookies are required to use this site. You must accept them to continue using the site. Learn more…