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

replace getHeight with getMeasuredHeight to avoid posting a runnable #30

Open ztelur opened 8 years ago

ztelur commented 8 years ago

Hi,I think it's no need to post a runnable for get mMarginBetweenTxtAndBottom.Using getMeasuredHeight can do the same thing. Although measuredHeight is not equal with height sometimes,they are same in your project.