像这样的Android自定义搜索栏/进度条(见图)

时间:2018-01-29 11:57:18

标签: android android-custom-view android-progressbar android-seekbar

我想创建一个这样的自定义搜索栏/进度条..

see the shape and three color

任何想法或链接如何实现这一目标? (见形状和三种颜色)

感谢。

1 个答案:

答案 0 :(得分:1)

你可以试试这个

create your custom shape

refer this github link它会帮助你

enter image description here

<com.marcinmoskala.arcseekbar.ArcSeekBar
app:thumb="@drawable/thumb2"
app:progressColor="@color/colorAccent"
app:progressBackgroundColor="@color/colorPrimary"
android:layout_width="200dp"
android:layout_height="100dp" />