How to make button's color like glass's color in android/eclipse

前端 未结 3 1956
别跟我提以往
别跟我提以往 2021-02-06 19:04

Is it possible to make the button\'s background color like glass\'s color, on android/eclipse?..If so how? if not why?

Thanks for your time!...

3条回答
  •  旧巷少年郎
    2021-02-06 19:38

    Here is the solution what you are looking for.

    use this xml in drawable

        
     
    
    
        
            
            
            
            
        
    
    
    
    
        
            
           
            
            
        
    
    
    
        
             
                
    
             
            
            
        
    
    
    
    

    usage

      

    It will looks like

    enter image description here

提交回复
热议问题