Android Question Changing bitmap color in listview

Becker

New Member
Licensed User
Longtime User
How do I change the color of a bitmap to the ListView? I need the bitmap is a single color.
For now the Cor.bmp image is in white.

B4X:
Dim CorMedida As Bitmap
CorMedida.Initialize(File.DirAssets, "Cor.bmp")
LstV_Medidas.AddTwoLinesAndBitmap2("Padrão", "L* " & LPad & " a* " & aPad & " b* " & bPad, CorMedida,"0")

In fact each listview item is a color that was measured, so do not necessarily have to use a listview but if anyone has any idea to help me thank.
 

Attachments

  • Screenshot_20161104-181649.png
    Screenshot_20161104-181649.png
    276.2 KB · Views: 245
Top