Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error when switch from 1.0.1 to 1.0.3 #24

Closed
zhangzhzh opened this issue Mar 18, 2016 · 1 comment
Closed

error when switch from 1.0.1 to 1.0.3 #24

zhangzhzh opened this issue Mar 18, 2016 · 1 comment

Comments

@zhangzhzh
Copy link

using 1.0.1, my app runs well, except the ugly top border.
after switch to 1.0.3, and add the statement:mBottomBar.hideShadow(), just like below:
mBottomBar = BottomBar.attach(this, savedInstanceState); mBottomBar.hideShadow(); mBottomBar.setItemsFromMenu(R.menu.menu_bottombar, new OnMenuTabSelectedListener() { @Override public void onMenuItemSelected(int resId) { switch (resId) { case R.id.bottomBarHome: displayView(0); break;
the ugly top border appear above the toolbar:
before:
2016-03-18 12 23 49
after:
2016-03-18 12 22 33

next, when click the bottom icon, error occurs:
2016-03-18 12 31 33

the code have been posted in the issue:
How to style top border? #3

@roughike
Copy link
Owner

Try updating to 1.0.7, it should fix that force close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants