-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
I am using using your JustifiedTextView everywhere in my app but it is consuming click event itself. If I use normal TextView then it is working fine.
I have tried setting following attributes in the xml to JustifiedTextView but it is still consuming click event. What else can I do ?
android:clickable="false" android:enabled="false" android:focusable="false" android:focusableInTouchMode="false"
Metadata
Metadata
Assignees
Labels
No labels