Android drawable speech bubble

前端 未结 6 466
情深已故
情深已故 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 15:04

    If you are creating a chat screen you are probably going to want to implement an incoming speech bubble and an outgoing speech bubble. Here is how I did that :

    shape_bg_incoming_bubble.xml

    
    
        
            
                
                    
                
            
        
        
            
                
                
            
        
    
    

    shape_bg_outgoing_bubble.xml

    
    
        
            
                
                    
                
            
        
        
            
                
                
            
        
    
    

提交回复
热议问题