>
> I'm trying to make my own subclass of TextView called Fancy_Text_View.
> It will basically have fancy text.
> I want to override setText in order to adjust the width/height according
> to the new text.
>
Seems like a better choice would be to subclass View...



> Since it is "final", it cannot be overridden, right?
>
That is correct

Can someone help me understand why it is "final"?
>
Because the person who developed it typed "final" in the signature... :-)



Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Wed, Aug 29, 2012 at 8:45 AM, bob <b...@coolfone.comze.com> wrote:

> Since it is "final", it cannot be overridden, right?  Can someone help me
> understand why it is "final"?

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

Reply via email to