本文介绍了如何更改Android SeekBar轨道的开始位置?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想设置SeekBars
的音轨开始位置,这样它就不会从搜索栏的左侧开始,而是形成一个任意位置.这是一张photoshop图片,看起来应该是这样的:
I'd like to set the SeekBars
's track start position so it does not start from the left side of the seekbar, but form an arbitrary position. Here is a photoshop image how it should look like:
这应该只是图形效果,SeekBar
的基本逻辑不会改变.
It should be just a graphical effect, the SeekBar
's underlying logic is not changed.
我尝试更改Seekbar.getprogressDrawable.SetBounds()
来更改轨道图像的位置,但是没有运气.
I tried to change the Seekbar.getprogressDrawable.SetBounds()
to change the track image position, but no luck.
推荐答案
添加此属性
android:progress="2"
这篇关于如何更改Android SeekBar轨道的开始位置?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!