Bottom Navigation view vertical in landscape mode - design
问题 What I want to achieve is similar to this question (I can't comment so far, that is why I created the new question). I want this menu on the right side in the landscape mode (my activity allows only landscape). I need it to be scaled for any device size. It should have 5 items. For now, I wanted to do this by NavigationView like this: <android.support.design.widget.NavigationView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"