Android bottom navigation bar customization

后端 未结 1 469
北海茫月
北海茫月 2021-02-10 22:13

I have successfully implementing simple bottom bar and it looks like picture 1. But I wanted to customize it further so it can looks like the bottom bar in Youtube\'s android ap

1条回答
  •  無奈伤痛
    2021-02-10 22:28

    try this

    Custom color using Android Ripple Effect:

    Create button.xml in drawable folder

    
    
    
    
    

    Create button.xml in drawable-v21 folder

    
     
    
    

    apply in your theme

     
    

    now you can set button.xml as background of your view.

     android:background="@drawable/button"
    

    in case of any query follow this link

    0 讨论(0)
提交回复
热议问题