-
-
We also need to fix the BackStack.
-
I'm getting a crash after updating to android studio 3.0 preview 5
gradle url: `gradle-4.1-milestone-1-all.zip`
gradle tools: `com.android.tools.build:gradle:3.0.0-alpha5`
support libs: `26.0.0-bet…
-
我自定义了一个BottomNavigationView extends SkinCompatLinearLayout
每个item中放了一个
`
`
`LayoutInflater inflater = LayoutInflater.from(this.getContext());
LinearLayout childLay…
-
I want to use BottomNavigationView. I already added `org.jetbrains.anko:anko-design:0.9` but could not find BottomNavigationView.
-
In my project the landing page is BottomNavigation
Screen and i need a default tab to be selected so the content will display of that respective screen, please suggest how can i achieve this .
-
Hi and thanks for this great library.
its work well when you just some limited tab in your application.
but when sometime anybody like to mix bottomNavigationView And Navigation Drawer, simultaneou…
-
您好,当我用自带的BottomNavigationView的时候,我的底部菜单里只有3个items(buttons), 但是我可以在ViewPager里设置多于3个fragments。例如,我在adapter里添加了五个fragments,而BNV里只有3个items。
但是,当我用BottomNavigationViewEx的时候,会报出index out of bound错误。
请问是否可…
-
Positioning the tab bar the `bottom` works as expected, the tabs move to the bottom but the visual appearance is not very pleasing. We should consider using the recently introduced [`BottomNavigationV…
mpost updated
7 years ago
-
I was trying to solve issue #5 ; I solved it by using setUpWithViewPager (line 107 MainActivity). However, a new issue showed up.
I used viewPager with FragmentStatePagerAdapter to set up all frag…