Android item size in layer-list

后端 未结 4 640
梦谈多话
梦谈多话 2020-12-11 04:13

I need to set size for item in layer-list. For using as windowBackground in launch activity. I wrote this XML file and Android Studio displays it correctly. But in applicati

4条回答
  •  隐瞒了意图╮
    2020-12-11 04:38

    I found solution, but I expected better way. Here is final code:

    
    
    
        
    
            
            
        
    
    
        
    
    
    
    
    

    At least it works at xxhdpi and xhdpi without distortion.

提交回复
热议问题