相关疑难解决方法(0)

如何在Android中自定义SeekBar的外观?

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.

android seekbar

11
推荐指数
2
解决办法
4万
查看次数

标签 统计

android ×1

seekbar ×1