How to create a floating action button (FAB) in android, using AppCompat v21?

前端 未结 7 945
眼角桃花
眼角桃花 2020-11-30 18:03

I would like to create a floating action button (to add items to a listview), like google calendar, maintaining compatibility with pre-lollipop Android versions (before 5.0)

7条回答
  •  有刺的猬
    2020-11-30 18:56

    @Justin Pollard xml code works really good. As a side note you can add a ripple effect with the following xml lines.

        
        
            
                
                    
                
            
            
                
                    
                
            
        
    
    

提交回复
热议问题