hoang8f / android-flat-button

FButton - a flat button library for Android
Apache License 2.0
1.4k stars 327 forks source link

item click not work when fbutton in listview #24

Open litao0621 opened 9 years ago

iukky commented 9 years ago

add focusable as false to FButton in xml android:focusable="false"

nologinatgit commented 9 years ago

It does not help, the onClick function was never reached. Any other idea?