FloatingActionButton with text instead of image

后端 未结 9 1187
说谎
说谎 2020-12-01 00:09

I\'m trying to figure out how can be modified FloatingActionButton from android support library. Can it be used with the text instead of image?

Something like this o

9条回答
  •  攒了一身酷
    2020-12-01 00:34

    I was needing text in a FAB but instead I just went with a TextView with a circular drawable background:

      
    

    Here is the drawable(circle_backgroung.xml):

    
    
    
    
    
    
    
    

提交回复
热议问题