Android Question CustomListView ItemClick

Declan

Well-Known Member
Licensed User
Longtime User
Using the example "CustomB4XDialogTemplate"
When the user clicks on an Item in the CLV, the item is briefly highlighted in Blue.
Is it possible to set the CLV so that the Item clicked will remain highlighted until another item is clicked?
 

mangojack

Well-Known Member
Licensed User
Longtime User
You could set the PressedColor in Designer to transparent and handle the selection colors / duration yourself
There are many threads covering this .. here is one.


Here is another option ...
 
Last edited:
Upvote 0
Top