Open sigrlami opened 9 years ago
This is a known bug. I haven't found a workaround yet. There is a test case in there which might be of interest https://github.com/bluejamesbond/TextJustify-Android/blob/master/sample/src/main/java/com/bluejamesbond/text/sample/test/ListViewTest.java
@bluejamesbond thanks. I'll try to patch this
It would be much appreciated.
I've come across this one too.
I'm using
DocumentView
inside ListView row and when settingOnClickListener
it can be clicked only aroundDocumentView
.I've tried to set usual workaround
android:descendantFocusability="blocksDescendants"
, but this doesn't helped.What should I do? Is this a bug or there is a known workaround?