Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

upperLucky/BottomNavigationBarDemo

Repository files navigation

Material Desgin中加入的底部导航栏BottomNavigationBar的简单例子

关于Google对该控件的使用介绍:https://www.google.com/design/spec/components/bottom-navigation.html BottomNavigationBar在github上的地址:https://github.com/Ashok-Varma/BottomNavigation

使用过程中遇到的一点小问题:

1setBackgroundStyle(),该方法要在设置颜色(setActiveColor() , setInActiveColor(), setBarBackgroundColor() 方法之前执行),因为style不同颜色设置的地方也不一样。
 2inactive color 都是代表未选中的tab的颜色。
 当style为 BACKGROUND_STYLE_STATIC的时候:active color 代表的是选中的tab的颜色,

background color 代表的是导航栏的背景色。 当style为 BACKGROUND_STYLE_RIPPLE的时候 : active color 代表的是导航栏的背景色, background color 代表的是选中时的tab的颜色

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /