3

I am trying to create a vertical volume level bar with a slider. The users can change the volume by moving the slider up or down. The volume can also be manually set. I only have not idea how to create a layout component which will fit my requirements. Does anyone have tip where to start? I'm aware that you can create custom views in Android. I already did this for some very basic components.

I am trying to create a layout component which looks like on of these images:

Slider 1

Slider 2

ObAt
  • 2,337
  • 3
  • 24
  • 44

1 Answers1

1
 -you can achieve it by creating "Custom SeekBar"
  There are several sample project available in market

1.Custom Seekbar 2.Custom Seekbar

Then make it Vertical

Community
  • 1
  • 1
QuokMoon
  • 4,387
  • 4
  • 26
  • 50