gpt4 book ai didi

android - Horizo​​ntal RecyclerView 中的 VideoView 在滑动时显示墙纸

转载 作者:搜寻专家 更新时间:2023-11-01 09:19:51 24 4
gpt4 key购买 nike

当我在播放视频时滚动 Horizo​​ntal RecyclerView 时,videoView 的边缘会显示壁纸。

Screenshot of error

我尝试了 vieoViewExoPlayersurfaceView。但都显示出同样的问题。当 videoView 替换为 imageView 时,问题就可以解决了。

<hu.lacroix82.stretchtopviewlibrary.StretchTopScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/stretchTopView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="150dp"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools">

<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">

<android.support.constraint.ConstraintLayout
android:id="@+id/cl_root"
android:layout_width="match_parent"
android:layout_height="400dp"
android:background="@color/background_main">

<VideoView
android:id="@+id/video_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toTopOf="parent" />
......
.......
.......

最佳答案

首先,检查您在本次 Activity 中使用的主题。是否是透明主题?因为您尝试了多个视频播放库并且同样的问题不断出现,所以我认为这不是编码方面的问题。这必须来自您的 Activity 主题,因此请将您的 Activity 主题更改为一些纯色的深色主题。让我知道问题是否解决了?

关于android - Horizo​​ntal RecyclerView 中的 VideoView 在滑动时显示墙纸,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57068789/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com