ExpandableTextView
ExpandableTextView copied to clipboard
android:textIsSelectable="true" causes weird layout issues
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.
I saw this problem.

Is there a solution to this problem ?