Android: Make a Video transparent

半腔热情 提交于 2019-12-11 06:19:38

问题


i'm trying to make a video, played in a videoview transparent. As written in the documentation the videoview should have a method "setAlpha" but my Eclipse says there is no such method?!?


回答1:


This method requires Android SDK 11 (Android 3.0 Honeycomb). So you shouldn't use this method if you want to use this app on Android 2.X devices.



来源:https://stackoverflow.com/questions/5445813/android-make-a-video-transparent

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