Android Question CustomListView Disable Clicked Background Color Changed

Richard Goh

Active Member
Licensed User
Longtime User
Hi, how do I disable the background color changed on customlistview clicked event? The CLV background color is changed when item is clicked. How to disable this function?
Thanks in advance.
 

mangojack

Expert
Licensed User
Longtime User
In the Designer , CLV property ... Pressed Color , change to Transparent
 
Upvote 0

mangojack

Expert
Licensed User
Longtime User
The CLV background color is changed when item is clicked.

To Confirm .. are you referring to the brief color display when row / item is clicked / selected
If so ... setting Pressed Color to Transparent should work.

The CLV Background color is the Divider color.

The attached CLV has no background color change on Item clicks (Pressed Color has been set to Transparent.)
 

Attachments

  • CLV Test.zip
    9.2 KB · Views: 129
Upvote 0
Top