如何制作垂直范围搜索栏?
How to make a vertical range seekbar?
我有一个应用程序需要一个垂直范围搜索栏,它有两个用于调整的拇指 position.I 不知道如何制作一个。请帮帮我..
类似于这个搜索栏。
好的,我找到了这个图书馆:
https://github.com/edmodo/range-bar
<com.edmodo.rangebar.RangeBar
android:id="@+id/rb"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:rotation="90"
app:tickCount="16"
/>
int left_index = rb.getLeftIndex();
int right_index = rb.getRightIndex();
希望有用
我有一个应用程序需要一个垂直范围搜索栏,它有两个用于调整的拇指 position.I 不知道如何制作一个。请帮帮我.. 类似于这个搜索栏。
好的,我找到了这个图书馆:
https://github.com/edmodo/range-bar
<com.edmodo.rangebar.RangeBar
android:id="@+id/rb"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:rotation="90"
app:tickCount="16"
/>
int left_index = rb.getLeftIndex();
int right_index = rb.getRightIndex();
希望有用