我SeekBar在我的应用程序中使用了一个,我想稍微定制一下.我已经想出了如何改变Drawable拇指和背景.
我的问题是如何改变大小SeekBar?如果我只是改变SeekBar like this, theView is only clipped and it only shows the top piece of theSeekBar` 的高度:
<SeekBar
android:layout_height="10dip"
style="@style/seekbar_style" />
Run Code Online (Sandbox Code Playgroud)
如何更改整体尺寸Seekbar?我希望它比标准更薄SeekBar.