How to detect touch on empty ListView

Viewed 33

I have an empty listView and I want to detect when user click on this empty listView, but I cannot figure out how to do this a good way.

setOnClickListener is not supported for ListView and setOnItemClickListener can only handle items but my list is empty.

0 Answers
Related