how to disable longclick for listview in android -


i want disable response click , long click on items listview in android. have set isenabled(int position) of adapter return false, cells in listview not response click operation, still respond long click operations(that is, highlighted when long clicked). question is, can make cells not highlighted when long clicked. thank you.

try setclickable instead of setenabled


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -