Add button with a counter into the toolbar

后端 未结 3 1760
无人共我
无人共我 2021-01-16 22:56

My ToolBar

How can I make counter under the cart?

3条回答
  •  庸人自扰
    2021-01-16 23:09

    You have to create a custom drawable for that (I let you find how to create one the way you want it). Lets call it myDrawable. Then in your menu xml file you reference it with:

    
    
        
    
    
    

提交回复
热议问题