如何在Android中制作一个三角形的seekbar?

时间:2018-12-17 09:22:53

标签: android android-progressbar android-seekbar

如何创建三角形的搜寻栏?

我发现了以下弧形搜索条,但无法将其转换为三角形

https://github.com/neild001/SeekArc

  <com.triggertrap.seekarc.SeekArc
        android:id="@+id/bangThreshold"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_gravity="center"
        android:padding="85dp"    
        seekarc:arcWidth="3dp"
        seekarc:max="100"
        seekarc:rotation="180"
        seekarc:startAngle="30"
        seekarc:sweepAngle="300"
        seekarc:touchInside="true" />

0 个答案:

没有答案