I want Vertical seekBar like below image *(for android 4.O+))*. its in Google 
Play 
Music<https://play.google.com/store/apps/details?id=com.google.android.music>
 App.

[image: enter image description here]

i have tried below way: *but i can't set hight & width*

<SeekBar 
    android:id="@+id/seekBar1" 
    android:layout_width="match_parent" 
    android:layout_height="wrap_content" 
    android:rotation="270" 
    />  

i want like below:

[image: enter image description here]

right now i have used this Stack 
Answer<http://stackoverflow.com/a/8893285/1168654> but 
its too hard to manage multiple vertical seekbar.

i am looking for better way than this.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to