You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
after:
next, when click the bottom icon, error occurs:
the code have been posted in the issue:
How to style top border? #3
The text was updated successfully, but these errors were encountered:
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:
after:
next, when click the bottom icon, error occurs:
the code have been posted in the issue:
How to style top border? #3
The text was updated successfully, but these errors were encountered: