FloatingActionButton with text instead of image

后端 未结 9 1205
说谎
说谎 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:37

    Thanks to all.

    Here is easy workaround which I found for this question. Works correctly for Android 4+, for Android 5+ is added specific parameter android:elevation to draw TextView over FloatingActionButton.

    
    
        
    
        
    
    

提交回复
热议问题