0

I have added a video view in android.I am able to display the video & it is all working fine.But i don't see any volume control.I want show volume control.please tell me how can i show the volume control on video view in android?

Rahul Batra
  • 123
  • 1
  • 2
  • 10

1 Answers1

1

Add a Seekbar to your layout and add a OnSeekBarChangeListener to it. In the listeners callback implement the logic, see this Question for details.

Community
  • 1
  • 1
sebastian
  • 2,610
  • 2
  • 17
  • 28