Manabu-GT / ExpandableTextView

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

android:textIsSelectable="true" causes weird layout issues #36

Open KishoreBabuIN opened 8 years ago

KishoreBabuIN commented 8 years ago

adding android:textIsSelectable="true" to the inner TextView causes weird layout issues when toggling the expanded mode. This is crucial for an app i'm working on right now.

mahdimortazavi commented 8 years ago

I saw this problem.

device-2016-07-24-205543

sunlightAndroid commented 4 years ago

Is there a solution to this problem ?