1

I would like to extend the volume "control".

Expand with my new "line" to add (also a volume slider);

How can i do that?

enter image description here

David
  • 4,027
  • 10
  • 50
  • 102

1 Answers1

1

There is a class in the android.view package called VolumnePanel that inflates the volume_adjust_item.xml resource. You can find the VolumePanel.java in /sources/android-/android/view and the volume_adjust_item.xml in /platforms/android-/data/res/layout.

Best of luck.

toadzky
  • 3,806
  • 1
  • 15
  • 26