Add shadow on right and bottom side of the layout

前端 未结 3 894
孤独总比滥情好
孤独总比滥情好 2021-02-07 12:49

I want to add a light shadow on the right and bottom side of the layout.I tried using android:background=\"@android:drawable/dialog_holo_light_frame\" but it adds a

3条回答
  •  無奈伤痛
    2021-02-07 13:17

    I think this may solve your problem

     
        
            
                
                    
                    
                
            
            
                
                    
                    
                
            
            
                
                    
                    
                
            
            
                
                    
                    
                
            
            
                
                    
                    
                
            
    
            
            
                
                    
                    
                
            
        
    

    Then apply it to an XML layout as a background LinearLayout android:background="@drawable/drawable_name"

提交回复
热议问题