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.
from How to create vertical BottomNavigationView android?

No comments:
Post a Comment