[android-developers] Re: How to force my TextView to get measured?

2010-04-11 Thread HippoMan
Does anyone have any ideas or suggestions about this? I know I can subclass TextView and then override the onMeasure() method to retrieve the view's measured dimensions. However, onMeasure() gets called _after_ I make a call to setBackgroundDrawable() on my TextView object. I want to get the

[android-developers] Re: How to force my TextView to get measured?

2010-04-11 Thread HippoMan
Does anyone have any ideas or suggestions about this? I know I can subclass TextView and then override the onMeasure() method to retrieve the view's measured dimensions. However, onMeasure() gets called _after_ I make a call to setBackgroundDrawable() on my TextView object. I want to get the