setbitmap

  1. A

    Android Question B4XView SetBitmap

    Hi all I want to show a B4XView (button) with an icon and border. My code is Button1.SetColorAndBorder(Colors.green,2dip,Colors.Black,0dip) Button2.SetColorAndBorder(Colors.White,2dip,Colors.Black,0dip) Dim bmp As Bitmap bmp.Initialize(File.DirAssets,"rx.png")...
  2. LucaMs

    Android Question B4XView - SetBitmap - B4XBitmap

    A little bit of confusion. If I have a B4XView, its SetBitmap property (method) should require a B4XBitmap (ALSO because otherwise I don't know what I could do with a B4XBitmap), instead of:
  3. rleiman

    Android Question [SOLVED] - SetBitmap changes ImageView bitmap image from a circle to a square

    Greetings, Using SetBitmap changes one of my ImageView bitmap image from a circle shape to a square shape. That caught me by surprise. Please check my usage of SetBitmap and please let me know how I messed up the displaying of my image. This is what the play-circle icon looked like before and...
Top