Change the project theme in Android Studio?

前端 未结 3 1467
眼角桃花
眼角桃花 2021-02-02 07:08

I created some project using the light theme and now I want to change it to dark and I can\'t figure out how to do that. BTW, I\'m not asking on how to do it in code, just how t

3条回答
  •  终归单人心
    2021-02-02 07:14

    In Manifest theme sets with style name (AppTheme and myDialog)/ You can set new styles in styles.xml

            
                
    
                
            
        
        
        
    
    

    styles.xml example

    
    
    
    
    
    
    

    In parent you set actualy the theme

提交回复
热议问题