#navigationbottomview
Explore tagged Tumblr posts
Text
Android BottomNavigationView Example
The 25th version of Android Support Library brings an implementation of the Bottom navigation pattern called BottomNavigationView – a navigation bar intended to make it easy to switch between top level views with a single tap. In order to benefit from this new addition, the design support library needs to be updated to API Level 25.0.0: dependencies { compile 'com.android.support:design:25.0.0'…
View On WordPress
0 notes