如何创建三角形的搜寻栏?
我发现了以下弧形搜索条,但无法将其转换为三角形
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" />