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 apps, which when you clicked in one of the item, it will spread shadowing effect.
My current bottom bar:
Youtube's bottom bar
I would also like to customize it to look like the one in the official site with some animation when items are clicked.
Any snippet or tutorial links would be appreciated. Thanks
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.
in case of any query follow this link