Closed AngleV closed 9 years ago
If all items of listview are visible and there is not neeed for scroll the drawable gets itselft invisible when you gesture up and get visible again if you gesture down.
Thats not necessary if all items are visible.
I think this use-case should be handled by yourself. Just execute listView.setOnTouchListener(null) if there is no data.
listView.setOnTouchListener(null)
If all items of listview are visible and there is not neeed for scroll the drawable gets itselft invisible when you gesture up and get visible again if you gesture down.
Thats not necessary if all items are visible.