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

maxCollapsedLines not work #37

Open MARGI3 opened 8 years ago

MARGI3 commented 8 years ago

when ExpandableTextView parent layout set width 0dp and set weight ,the maxCollapsedLines not work , the text will all show . but when set ExpandableTextView parent layout width "match_parent" and set weight , the maxCollapsedLines work fine .