Ahmed Rabee
Ahmed Rabee

Reputation: 315

Custome Animation for bottom navigation bar

I try to achieve the Given view here for the bottom navigation bar, I know how I can animate the Icons and the background with their size, but I have no idea how I can achieve The Animation and the view of the Arc above the Selected Icon, Any Ideas how I can implement this behaviour and this Custome View? enter image description here

Upvotes: 1

Views: 336

Answers (1)

Jack
Jack

Reputation: 237

The Surface component takes a shape parameter. You could try implementing a Shape that creates the desired outline for the background based on the icon position and update the shape as the icon moves.

Upvotes: 2

Related Questions