Android drawable speech bubble

前端 未结 6 560
情深已故
情深已故 2020-12-04 14:10

I\'ve looked for days and can not find any good leads on how I can draw a bubble or where a draw 9 patch images is to use as a background. i am a terrible artist --Can anyo

6条回答
  •  隐瞒了意图╮
    2020-12-04 14:48

    just in case anyone needs another style of bubble here you go tnx @vipin Negi

    chat_receiver_bubble.xml

        
    
    
        
    
    
        
            
                
                
                
            
        
    
        
    
    
        
            
                
                
                
            
        
    
        
    
    
        
            
                
                
                
            
        
    
        
    
    
        
    
    
        
            
                
                
            
        
    
    
    

    chat_sender_bubble.xml

    
    
    
    
    
    
    
        
            
            
            
        
    
    
    
    
    
    
        
            
            
            
        
    
    
    
    
    
    
        
            
            
            
        
    
    
    
    
    
    
    
    
    
        
            
            
        
    
    

    use like this

    
                
            
    

    final look

提交回复
热议问题