Manabu-GT / ExpandableTextView

Android's TextView that can expand/collapse like the Google Play's app description
Apache License 2.0
4.09k stars 791 forks source link

OnClickListener for ImageButton in ExpandableTextView #20

Open squeeish opened 9 years ago

squeeish commented 9 years ago

I am only able to expand the text by tapping on the text itself; nothing happens if I tap the ImageButton. Is this by design?

Manabu-GT commented 9 years ago

No, the text should also expand when the ImageButton is tapped. Are you possibly setting the clicklistener by yourself on the ImageButton? If you can share the project which reproduces the issue, I can take a look.

pdavid0 commented 9 years ago

I have the issue too, just implemented the sample in a recyclerview .

KishoreBabuIN commented 8 years ago

yup.. this is quite annoying. is there no fix yet?