timroes / EnhancedListView

[DEPRECATED] An Android ListView with enhanced functionality (e.g. Swipe To Dismiss or Undo)
Other
463 stars 147 forks source link

blockDescendants should be blocksDescendants #42

Closed akohout closed 10 years ago

akohout commented 10 years ago

Just mentioned by copy & pasting the code snippet from your wiki that it should be

android:descendantFocusability="blocksDescendants"

timroes commented 10 years ago

Thanks! Fixed.