android: How to increase long press time for listview items in android?
问题 I have a custom listview , in which items are scroll horizontal . I want to perform single touch and longpress for items for 5 sec for listview items. How to do this. How can i increase longpress time interval for listview items to 5 sec. 回答1: This replicates onLongPress more accurately because it does not wait for the user to lift their finger before executing. Was written specifically for ViewPager, but should be able to apply similar logic. // long press duration in milliseconds public