-
**Description:** After the component was declared in XML and referenced the menu, the memory increased by about 25-35MB! When I deleted the menu declaration, the memory returned to normal. also I chec…
-
In order to try to keep consistency across devices densities I use Smallest Width folders.
For the `BottomNavigationView` I set a `height of 56dp`, an `itemIconSize of 24dp` and a `textSize of 12sp`.…
-
-
## Steps to reproduce
*1: Create application with Navigation component (NavGraph and BottomNavigationView)*
*2: Create two fragments for Each tab of BottomNavigationView (HomeFragment & ListFragment…
-
Could you support [BottomNavigationView.OnNavigationItemSelectedListener](https://developer.android.com/reference/android/support/design/widget/BottomNavigationView.OnNavigationItemSelectedListener.ht…
-
Hey, there. This may be a silly question, but I haven't found a good way to change the font on labels in a BottomNavigationView specifically. I can change the default font for my app using the Applica…
-
Could you add support for BottomNavigationView? So that it has multiple stacks of Screens?
-
FEATURE REQUEST
As per title, BottomNavigationView can have only one setOnNavigationItemSelectedListener. This is annoying because if i use the
bottomNavigationView.setupWithNavController(navContr…
-
BottomNavigationView 显示不出来,可以使用menu 中的item吗
-
I want to handle long click on BottomNavigationView items for making own context menu like its in Instagram when user can hold "accout" icon and choose another profile.
I use this code:
```java
@Ov…