SeekBar pointer not in the centre Android Studio Java -


i making seekbar in android java application first time, slider circle not in middle of line expect, little above it. can't figure out why case.

there image of slider @ http://i.stack.imgur.com/aagkm.jpg

my layout slider is:

    <seekbar     android:layout_width="match_parent"     android:id="@+id/seekbar"     android:layout_height="0dp"     android:layout_weight="0.5"     android:background="#ffff4007"     android:progress="0"     android:max="100"/> 

you can post code of layout better you, maybe can try this

android:gravity="center" 

Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -