赞
踩
由于项目需要,SeekBar只需要三个档,但是如果只设置三个档会很难滑,看着也不好看,于是我将其设置为100,然后自动滑到0,50,100的位置
大部分代码还是跟之前一样,只是把max改为100,progress改为50
<SeekBar
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:max="100"
android:thumb="@drawable/device_control_yellow_mid_img_40"
android:maxHeight="8dp"
android:progress=
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。