How to change android design support library FAB Button border color?

后端 未结 4 1331
梦毁少年i
梦毁少年i 2020-12-03 01:42

I want to change fab button border color. border color is white, inside color is black or transparent

I\'d like my button to look like this:

4条回答
  •  一生所求
    2020-12-03 02:24

    fab.xml in drawable

    
    
    
        
    
        
    
    

    Floating Action Button in layout

    
    

    Note : The custom design for your FAB is against the guidelines of Google Material Design for Floating Action Button

提交回复
热议问题