SeekBar在布局中的使用:
android:maxHeight="10px" android:thumbOffset="5px" android:progressDrawable="@drawable/seekbar_sel" android:thumb="@drawable/thumb"/>
SeekBar样式的定义:
android:startColor="@android:color/black"/>
本文共 878 字,大约阅读时间需要 2 分钟。
SeekBar在布局中的使用:
android:maxHeight="10px" android:thumbOffset="5px" android:progressDrawable="@drawable/seekbar_sel" android:thumb="@drawable/thumb"/>
SeekBar样式的定义:
android:startColor="@android:color/black"/>
转载于:https://www.cnblogs.com/luozha/p/9360009.html