On Apr 22, 5:06 pm, Mark Murphy <[email protected]> wrote:
> lggaleon wrote:
> > Thank you very much.
> > That's too bad. So,if I want to make my own seek bar, I need copy and
> > modify AbsSeekBar and SeekBar
> > classes? Doesn't make any sense for me
>
> Technically, you could put your code in the android.widget namespace, in
> which case the package-private onProgressRefresh() method may be
> available to you. This is not recommended, unless you are doing this
> work as part of making a contribution to the firmware.
>
> Or, you can subclass SeekBar and find ways around having to override
> onProgressRefresh().
>
> Or, as you suggest, you can copy whatever classes you need to your own
> package and modify them as you see fit.
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://twitter.com/commonsguy
>
> Android App Developer Training:http://commonsware.com/training.html

Thank you very much again. I really appreciate your help.
Definetely I don't want go so deep and put my code into android.widget
namespace.
So, I will try copy and modify existing code in my package
--~--~---------~--~----~------------~-------~--~----~
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