Android Question CustomListView background color when click

imbault

Well-Known Member
Licensed User
Longtime User
Is there a way to change or disable the background color of a CustomListView panel whan it's clicked, it seems to be a orange color... maybe @Erel should know.

And code to change seems also to be in the initialize of the class itself :
B4X:
Dim idPressed As Int
    idPressed = r.GetStaticField("android.R$drawable", "list_selector_background")

Thanks.

Patrick
 
Top