gpt4 book ai didi

android - YouTubePlayerFragment 在 CollapsingToolbarLayout 中不工作(播放)

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:37:33 25 4
gpt4 key购买 nike

YouTubePlayerFragment 在 CollapsingToolbarLayout 中不工作(播放)。

我想从 youtube android api 播放 youtube 视频。在 CollapsingToolbarLayout 中,YouTubePlayerFragment 不播放,只有缩略图出现,并在 1 秒后停止。

我在其他布局中工作正常。我想要带有 YouTube 视频的 Material Design 折叠布局。请帮助我。

  <android.support.design.widget.CoordinatorLayout
android:id="@+id/root_coordinator"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true">


<android.support.design.widget.AppBarLayout
android:id="@+id/app_bar_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:fitsSystemWindows="true">



<android.support.design.widget.CollapsingToolbarLayout
android:id="@+id/collapsing_toolbar_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:contentScrim="?attr/colorPrimary"
app:expandedTitleMarginEnd="64dp"
app:expandedTitleMarginStart="48dp"
app:layout_scrollFlags="scroll|exitUntilCollapsed">




<!--<ImageView
android:id="@+id/image"
android:layout_width="match_parent"
android:layout_height="250dp"
android:src="@drawable/ic_launcher"
android:visibility="visible"
app:layout_collapseMode="parallax" />-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/layoutYoutube"
android:layout_width="match_parent"
android:layout_height="250dp"
android:visibility="visible"
app:layout_collapseMode="parallax">
<fragment
android:id="@+id/youtube_fragment"
android:name="com.google.android.youtube.player.YouTubePlayerFragment"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>



<android.support.v7.widget.Toolbar
android:id="@+id/app_bar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:layout_collapseMode="pin">


<include
layout="@layout/toolbar_layout"
android:layout_width="match_parent"
android:layout_height="match_parent" />

</android.support.v7.widget.Toolbar>


</android.support.design.widget.CollapsingToolbarLayout>



</android.support.design.widget.AppBarLayout>


<FrameLayout
android:id="@+id/frameContainer"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="1dp"
android:background="@android:color/white"
android:paddingTop="2dp"
app:layout_behavior="@string/appbar_scrolling_view_behavior">

</FrameLayout>




</android.support.design.widget.CoordinatorLayout>

最佳答案

official documentation说:

Note that while videos are playing, this View has a minimum size of 200x110 dp. If you make the view any smaller, videos will automatically stop playing. Also, it is not permitted to overlay this fragment's view with other views while a video is playing.

所以没有办法让 YouTubePlayerFragment 和CollapsingToolbarLayout 中的 YouTubePlayerView。

PS:如果有人设法做到了 - 分享解决方案。我遇到了同样的问题,但我无法解决。

关于android - YouTubePlayerFragment 在 CollapsingToolbarLayout 中不工作(播放),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32664607/

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