2017-02-20 88 views

回答

0

你應該使用fenster android庫來播放視頻。該庫提供支持縮放類型'crop'。

https://github.com/malmstein/fenster

<com.malmstein.fenster.view.FensterVideoView 
    android:id="@+id/play_video_texture" 
    android:layout_width="match_parent" 
    android:layout_height="match_parent" 
    app:scaleType="crop" />