I im using ListView and added this:
When i set bitmap using:
Bitmaps in ListView are not filled (scalled to fit its imageview size)....how can fit bitmaps to scale defined ImageView width and height?
B4X:
lvChannels.TwoLinesAndBitmap.ImageView.Height = 37dip
lvChannels.TwoLinesAndBitmap.ImageView.Width = 37dip
lvChannels.TwoLinesAndBitmap.ImageView.Top = 0dip
lvChannels.TwoLinesAndBitmap.ImageView.Left = 54dip
lvChannels.TwoLinesAndBitmap.ImageView.Gravity = Gravity.FILL
When i set bitmap using:
B4X:
lvChannels.AddTwoLinesAndBitmap2(Cursor2.GetString("tvg_name"), i+1, bmpChLogo, i)
Bitmaps in ListView are not filled (scalled to fit its imageview size)....how can fit bitmaps to scale defined ImageView width and height?