How to check whether a TextView is completely filled witht text
In my application I am loading some text from database into a TextView. Is
there any way to detect(set a flag) when the TextView is fully filled with
text. TextView has attributes
layout_width = "fill_parent"
layout_height ="fill_parent"
I was searching for a solution and found none. Can someone suggest me a
logic.
No comments:
Post a Comment