How to extend the volume control

雨燕双飞 提交于 2020-01-05 22:44:05

问题


I would like to extend the volume "control".

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

How can i do that?


回答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.



来源:https://stackoverflow.com/questions/12650446/how-to-extend-the-volume-control

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!