bitmapdrawable

  1. Martin Larsen

    Android Question "Image file" is empty for BitmapDrawable

    I am trying to set a background image using the designer. However, the Image File property is empty. I did add the jpg file to the files list as suggested in this post. B4A 9.50.
  2. 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...
Top