Is it possible to set an animated gif file as background of my app in android?

前端 未结 2 1810
甜味超标
甜味超标 2021-01-07 14:21

I am doing app for Jewellery shop

I want to set a gif image as background of my app.

Is it possible to set?

2条回答
  •  礼貌的吻别
    2021-01-07 15:09

    Yes, you can set the gif image but this will not animate your gif image. You need to explicitly extract the gif image into all frame and then using animate you image as gif here is the example of

    
    
        
    
        
    
        
    
        
    
        ....
    
    
    

提交回复
热议问题