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
Post a Comment