Saturday, 19 January 2019

How to create vertical BottomNavigationView android?

I have an activity that have 4 fragment on top and BottomNavigationView with 4 items on bottom. It is working fine in mobile devices. When i go for tablet with LANDASCAPE i want to move that BottomNavigationView to left of the activity with vertical orientation like below.

Is this achievable using BottomNavigationView or should I go for NavigationMenu android.

enter image description here



from How to create vertical BottomNavigationView android?

No comments:

Post a Comment