當YouTube播放器片段嵌套在滾動型我得到的錯誤,當旋轉裝置景觀:YouTube播放器,滾動型機器人
YouTubePlayer.ErrorReason.UNAUTHORIZED_OVERLAY
什麼是更有趣的是,當我刪除的問題消失滾動型 !但我可以
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
/>
<fragment
android:name="com.google.android.youtube.player.YouTubePlayerFragment"
android:id="@+id/youtubeplayerfragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</LinearLayout>
</ScrollView>
scrollview應該只有一個孩子 –