Set a video as background

前端 未结 3 1100
孤独总比滥情好
孤独总比滥情好 2020-12-12 20:51

I am making a login screen for my Android app and was wondering how can I use a video as a background rather than having an image or simple colors?

I want to make it

3条回答
  •  没有蜡笔的小新
    2020-12-12 21:35

    First make new XML and add the VideoView inside it:

    my_video_background.xml

    
    
    
    
    
    
    

    Then include this file inside your main layout that have Buttons, let's say:

    splash.xml

        
    
    
    
    
    
    
    
    
    
    
        

    That's it!

提交回复
热议问题