shamanland / floating-action-button

Implementation of a circular button made of paper that lifts and emits ink reactions on press.
http://shamanland.github.io/floating-action-button
Apache License 2.0
371 stars 88 forks source link

ListView items #9

Closed AngleV closed 9 years ago

AngleV commented 10 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.

ok3141 commented 10 years ago

I think this use-case should be handled by yourself. Just execute listView.setOnTouchListener(null) if there is no data.