android 应用程序中 SeekBar 的自定义形状

Custom shape of a SeekBar in android application

我知道可以在 android 应用程序中更改 SeekBar 的样式,但是可以更改 SeekBar 进度条的形状吗?

我希望它是这样的:

关于如何实现这一点有什么想法吗? :)

类似于这里的这个问题How to make custom seek bar in android?

您将无法使用默认滑块执行此操作。您将创建一个自定义视图。这里有一些资源可以帮助您入门。

http://www.mokasocial.com/2011/02/create-a-custom-styled-ui-slider-seekbar-in-android/

http://developer.android.com/training/custom-views/create-view.html

编辑以添加此其他资源,这可能会帮助您获得所需的曲线

Give a semi-circular shape to seekbar