David
David

Reputation: 4117

How to extend the volume control

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

Upvotes: 1

Views: 1144

Answers (1)

toadzky
toadzky

Reputation: 3846

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.

Upvotes: 1

Related Questions