Hi,

I was looking for a way to create a vertical progress bar (volume
control). Unfortunately, There is no way to do that without
implementing a very specific view class.

I have some ideas about how to deal with this:
- Creating a subclass of SeekBar and try to rotate by 90 degrees when
overriding the onDraw method. I think this is a very dirty way to do
such thing. Specially because I have to implement  onTouch event to
avoid standard Seekbar touch event processing.. And this is not
simple. I could spend too much time without getting a good result.

- Extend View and try to make something like the progressBar. I got
the source for progressBar and tried to modify it. I had many problems
like this annotation: @android.view.RemotableViewMethod ! I deleted
this annotation (based on a post that I found I this group). The other
problem is that I can't inherit properties from View mother class like
mPaddingLeft, mScrollX, mScrollY!!! Is that normal. Another issue, i
don't have access to R.styleable! I found that it's deleted from the
SDK because it changes between builds.

Any one can help me please? I really want to make this scroll and give
it to everybody so that no one needs to look for it any more.

Best Regards

-- 
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