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