Hi,

Hope all doing well.

I have some linearlayout with button drawn on the screen.
On some event,I want to draw some text on the corner of the button
like a badge.

So I have created on class which extends textview  & set that text to
that textview.

I want to draw this textview on the corner of the button.

So I am calling  onMeasure & onLayout with left,right,top & bottom
(after doing some calculations to get corner of the button) of the
texview.
Then calling textview (native) draw..

But its not drawing any text...
Can anybody tell me wat is the problem..Do I need to override some
more methods before calling onDraw...

Thanks & Regards,
Ashiq Sayyad




-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to