android videoview scalemode

匿名 (未验证) 提交于 2019-12-03 01:41:02

问题:

i set my videoView width & height : "fill_parent"

but i want it to fit screen(full screen , don't keep it original ratio)

how can i scale it?

回答1:

if you add:

android:layout_alignParentRight="true" android:layout_alignParentLeft="true" android:layout_alignParentTop="true" android:layout_alignParentBottom="true"

to your view, it will automatically get "fullscreen" :)



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