Hi,

i just created a custom seekbar (seekbar_custom.xml ) and add a thumb
(thumb_custom).

  <SeekBar
                 android:id="@+id/seekBar_top"
                 android:thumb="@drawable/thumb_custom"
                 android:progressDrawable="@drawable/seekbar_custom"
                 android:layout_width="435px"
                 android:layout_height="100px"
                 android:layout_marginLeft="250px"
                 android:layout_marginTop="50px"

                 >
   </SeekBar>

As the result i get this:
http://s7.directupload.net/file/d/2591/gyykdon3_png.htm

As you can see the position of the thumb is not correctly!
How can i lower the thumb position or how can i change the position of
the thumb in general?

I hope you can help me.
Thanks
Ceat

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