seekbar thumb center not at the start point
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: as my pic,the seekbar progress =0,but the seekbar thumb center not at the start point.my code: <SeekBar android:layout_width="match_parent" android:layout_height="wrap_content" android:progressDrawable="@drawable/seekbar_progress" android:thumb="@drawable/seekbarthumb" android:minHeight="10dip" android:maxHeight="10dip" android:thumbOffset="0px" android:max="100" android:id="@+id/bright_seekbar" android:layout_marginLeft="60dip"/> seekbar_progress <?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.android.com