Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 772 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 772 Bytes

Android VerticalSeekBar

VerticalSeekBar widget is customized from SeekBar

Screenshots


Usage

1.In layout XML,

<com.ekinlyw.widget.VerticalSeekBar
    android:layout_width="wrap_content"
    android:layout_height="200dp"
    android:progress="50" />

2.In the source code,

VerticalSeekBar vSeekBar = new VerticalSeekBar(Context);

Developed by

License

MIT License