Android: Changing Background-Color of the Activity (Main View)

后端 未结 7 885
悲哀的现实
悲哀的现实 2020-11-30 04:24

I want to change the background color of my Main-View (not a Button or a Text-View) just the real background which is usually black... I got this code:

view.         


        
7条回答
  •  佛祖请我去吃肉
    2020-11-30 04:31

    i don't know if it's the answer to your question but you can try setting the background color in the xml layout like this. It is easy, it always works

    
    
    
    
    
    
    
    
    
    
    

    You can also do more fancy things with backgrounds by creating an xml background file with gradients which are cool and semi transparent, and refer to it for other use see example below:

    the background.xml layout

    
    
    
        
            
        
    
    
    

    your layout

    
    
    
    
    
    
    
    
    
    
    

提交回复
热议问题