On Sun, Nov 13, 2011 at 10:13 AM, New Developer <secur...@isscp.com> wrote:
> Not sure if this is an Android 3.2 thing  or  because I am building the
> layout pro grammatically
>
> But I have a SeekBar  and the bar appears as a line with a green circle
> NOT the standard  rectangle with orange fill   with rectangle slider.

Correct. They changed the styling of SeekBar with Android 3.x, just as
they changed the styling of Spinner and other widgets, as part of the
holographic theme.

> Also  What do you use to create a slider button   ON <--> OFF  ?

On Android 4.0, use Switch. Once the source code for that is released,
it may be possible to package up a version of Switch that can be used
on older versions of Android via a JAR.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android 3.2 Programming Books: http://commonsware.com/books

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