BubbleSeekBar
BubbleSeekBar copied to clipboard
seekbar可以竖直方向?
<com.xw.repo.BubbleSeekBar
android:id="@+id/seek_contrast_left"
android:layout_width="250dp"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:layout_marginEnd="20dp"
android:rotation="270"
app:bsb_max="30"
app:bsb_min="0"
app:bsb_touch_to_seek="true" />
这个滑条可以竖直吗