Rohan Kandwal

Results 5 comments of Rohan Kandwal

I am too experiencing this issue. Seems like this issue has repeated, follow this answer in an older issue to resolve this issue - https://github.com/passy/Android-DirectoryChooser/issues/65#issuecomment-202602924 Just make sure that you...

Thanks for quick response, that's not working. Turns out that JustifiedTextView is consuming click event everywhere.

Code for CustomTextView - ``` public class CustomTextView extends TextView { public CustomTextView(Context context) { super(context); } public CustomTextView(Context context, AttributeSet attrs) { super(context, attrs); CustomFontHelper.setCustomFont(this, context, attrs); } public...

I tried your solution but it didn't work. Forget about JustifiedTextView in a ViewPager, when extend JustifiedTextView, all the TextView starts consuming event (even after removing setFont()). Eg - consider...

I am facing same issue as well.