Ok,
But is not possible change that color in standard listview? My project is near to be finished and I would prefer very much to not make deep changes.
Dim slv1 As StateListDrawable
Dim cdwColor As ColorDrawable
cdwColor.Initialize(Colors.ARGB(255,191,219,255),0)
slv1.Initialize
slv1.AddState(slv1.State_Pressed, cdwColor)
ListView1.SingleLineLayout.Background=slv1
but if I put Alpha channel a little transparent I can see original orange color behind my blue-sky.
I suspect that it is because xml files. Nobody knows how to midify them ?