Ripple effect on Toolbar cut off

前端 未结 2 358
走了就别回头了
走了就别回头了 2021-01-13 13:44

I\'m using a Toolbar in my app and am inflating it with a menu. I have a issue here because the ripple effect is automatically added to the button but the left

2条回答
  •  天涯浪人
    2021-01-13 14:11

    The easiest way is to add button in toolbar like a simple view, for example:

     
    
    
    
    
    

    android:background="@null"

    it will disable the ripple effect from the button

提交回复
热议问题