Android drawable speech bubble

前端 未结 6 527
情深已故
情深已故 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:45

    Here I have created for incoming and outgoing messages by following this Android make oval background drawable with chat corner

    itemincoming.xml

    
    
    
        
            
    
                
    
                
    
            
    
    
        
    
    

    testrect.xml

    
        
        
    
    
    

    testcorner.xml

    
        
            
                
                    
    
                
            
        
    
    

    outgoing.xml

    
    
    
        
            
    
                
    
                
    
            
    
        
    
    

    testrecty.xml

    
        
        
    
    
    

    testcornery.xml

    
        
            
                
                    
    
                
            
        
    
    

    now its look like this

提交回复
热议问题