how to add shadow effect on drawable in android

后端 未结 3 1743
栀梦
栀梦 2020-12-09 08:42

\"enterI have created chat bubble with drawable which looks fine, now I want to add shadow eff

3条回答
  •  长情又很酷
    2020-12-09 09:43

    Add round_big_green_down.xml as background to your position.

    
    

    res/drawable/round_big_green_down.xml

    
    
        
        
            
                
                
                
            
        
        
            
                
                
                
            
        
        
            
                
                
                
            
        
        
            
                
                
                
            
        
        
            
                
                
                
            
        
        
            
                
                
                
            
        
        
            
                
                
                
            
        
        
            
                
                
                
            
        
        
            
                
                
                
            
        
        
            
                
                
                
            
        
    
        
        
            
                
                
            
        
    
    

    res/values/dimens/

    25dp
    

提交回复
热议问题