ExpandableTextView
ExpandableTextView copied to clipboard
replace getHeight with getMeasuredHeight to avoid posting a runnable
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.