Can a SeekBar be vertical? I am not very good at UI design, so how can I make the SeekBar more beautiful, please give me some templates and examples.
SeekBar
For API 11 and later, can use seekbar's XML attributes(android:rotation="270") for vertical effect.
<SeekBar android:id="@+id/seekBar1" android:layout_width="match_parent" android:layout_height="wrap_content" android:rotation="270"/>
For older API level (ex API10), only use Selva's answer: https://github.com/AndroSelva/Vertical-SeekBar-Android
1.4m articles
1.4m replys
5 comments
57.0k users