ExpandableTextView icon indicating copy to clipboard operation
ExpandableTextView copied to clipboard

replace getHeight with getMeasuredHeight to avoid posting a runnable

Open ztelur opened this issue 9 years ago • 0 comments

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.

ztelur avatar Jan 23 '16 09:01 ztelur