Android seekbar widget: no vertical orientation?
Posted
by Silvio Donnini
on Stack Overflow
See other posts from Stack Overflow
or by Silvio Donnini
Published on 2010-03-24T07:54:46Z
Indexed on
2010/03/24
10:03 UTC
Read the original article
Hit count: 1236
I can't believe there is no way to change the orientation of the SeekBar widget. I've been perusing this widget's properties and I can't find anything that allows me to change its orientation to vertical.
So, am I missing something obvious? Do I have to write my own implementation of a seekbar to have its thumb slide up/down instead of left/right?
© Stack Overflow or respective owner