Android YouTubePlayer with unauthorized overlay on top of player

后端 未结 8 2027
慢半拍i
慢半拍i 2020-11-29 09:53

I\'m using YouTubePlayer (YouTube api for android) within a Fragment I am inflating a LinearLayout with the YouTube Player, in this way:

fragmentManager = ge         


        
8条回答
  •  孤城傲影
    2020-11-29 10:52

    The demo code for the Android API uses this layout for the Fragment demo, maybe that can get ideas going. See this page: https://developers.google.com/youtube/android/player/

    
    
      
    
      
    
    

提交回复
热议问题