Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to implement bottom navigation tab as per the google new guideline

How to implement bottom navigation tab as per the google new guideline (Pure android). Is there any example.?

Ref: https://www.google.com/design/spec/components/bottom-navigation.html

like image 982
Govinda Paliwal Avatar asked Mar 17 '16 12:03

Govinda Paliwal


People also ask

How is bottom up navigation implemented?

To create a Menu Resource File , click on the app -> res -> menu(right-click) -> New -> Menu Resource File and name it bottom_nav_menu. Now the user can create as many items as he wants in the bottom_nav_menu. xml file. The user also needs to create an icon for each of these items.

How do I change the order of the bottom navigation bar in Android?

Navigate to Settings, tap Display, and then tap Navigation bar. Tap Button position, and then select your desired position for the buttons.


1 Answers

Here first custom solution as far as I know.

UPDATE:

Official BottomNavigationView is out in Support lib 25.

like image 164
Geralt_Encore Avatar answered Oct 06 '22 11:10

Geralt_Encore