我SeekBar
在我的应用程序中使用了 a,我想对其进行一些自定义。我已经想出了如何更改Drawable
拇指和背景的。
我的问题是如何改变大小SeekBar
?如果我只是改变SeekBar like this, the
View is only clipped and it only shows the top piece of the
SeekBar` 的高度:
<SeekBar
android:layout_height="10dip"
style="@style/seekbar_style" />
如何更改整体尺寸Seekbar
?我希望它比标准更薄SeekBar
。