how to put text on floating action bar (fab) in android, let the action bar be cart and text be number of items -


screenshot bigbasket app

i have achieved same thing custom layout. there way can put text above fab provided android.

the floatingactionbutton extends imagebutton, not support text.

if want achieve effect in link using native floatingactionbutton, you'll need create different icon each digit want represent.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -