-
After updating my kotlin version I get
```
E/AndroidRuntime: Caused by: java.lang.NoSuchFieldError: No static field BottomNavigationView_itemTextAppearanceInactive of type I in class Lcom/google/a…
-
Hi, i tried to add custom layout as menu item for bottom navigation view, but it isn't showing, i have this:
``
I found one desicion : inflate this layout programmatically and it's working well,…
-
http://www.ihongqiqu.com/2017/06/14/BottomNavigationView/
-
### Description
We are trying to create a fab button inside the BottomNavigationView of Shell Tabbar. (refer below design)
![image](https://github.com/dotnet/maui/assets/156068467/01741b87-52b…
-
# Problem
By default, `BottomNavigationView`should animate when navigating. The default animations [can be found here](https://android.googlesource.com/platform/frameworks/support/+/refs/heads/androi…
-
Hi,
When I set the drawable via setImageResourceActive() method, the initial drawable resource not shown for first time opened app. after select /unselect the drawable changing working. did i miss an…
-
### Steps to reproduce :scroll:
1. Currently MvxTabLayoutPresentation does not supporting using it with BottomNavigationView which is another tab pattern in material design.
2.
3.…
ghost updated
6 years ago
-
**Description:** The ripple shape of TabLayout is different from the spec.
Catalog app:
- circle with top and bottom cut off?
![Screenshot_20241124_233441](https://github.com/user-attachments/asset…
-
```setOnNavigationItemSelectedListener``` is not working for ```bottomNavigationView```. I have my layout coded like this:
```
bottomNavigationView {
inflateMenu(...)
…
-
First of all, thanks for the sample project.
I find a direct problem with the approach you showcasing on this project. If you set an item of the view checked "manually" you lose the item selection …