我希望我的播放器适应视频的高度,所以我使用带有 wrap_content 高度的 Exo 播放器视图。但它不起作用。
<com.google.android.exoplayer2.ui.PlayerView
android:id="@+id/exoplayerview"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:resize_mode="fill"
app:use_controller="false">
</com.google.android.exoplayer2.ui.PlayerView>