Android Oreo - how do I set Adaptive Icons in Cordova?

前端 未结 9 1653
死守一世寂寞
死守一世寂寞 2020-12-24 13:57

Just wondering if anyone been able to set adaptive icons on Cordova for Android Oreo? I\'m using the android 6.4.0 and my square icon shrinks to fit the circle. I just want

9条回答
  •  暖寄归人
    2020-12-24 14:48

    This is now supported by Cordova Android 8.0.0. See the announcement and the documentation.

    For example, define the icons as follows in your config.xml:

    
            
            
            
            
            
            
            
        
    

    With the colors.xml looking like this:

    
    
        #FFFFFF
    
    

提交回复
热议问题