android-bottomnavigationview Questions

4

I use BottomNavigationView in my App, but I have a problem: in BottomNavigationView.java there is import com.google.android.material.R and R is red and write "Cannot resolve symbol 'R'". The topics...
Glabrescent asked 15/10, 2019 at 17:40

8

BottomNavigationBar() can only take the background and contentColor but there is no option for tint color.

1

Solved

So this is the navigation my designer made for our project. Height of the bottom navigation is 70dp. What I have tried so far. First I downloaded a vector drawable background from design and set i...

2

The project supports RTL; Arabic in particular. The requirement is that all numbers must appear in English format even when language is selected as Arabic Locale, the way we achieve it everywhere i...

4

Solved

Why the bottom navigation bar title not showing ? It suppose to show below the icon class FlutterProject extends StatefulWidget { final String title = "Flutter Bottom Tab demo"; @override Goal...
Lissotrichous asked 14/8, 2019 at 10:16

3

Solved

I am trying to add rounded corners to my bottom navigation and i have tried changing widths and heights but its not working. I am using Relative layout with width set to 'fill_parent' and height se...

1

I'm working with with the Android Navigation Component (currently v2.1.0) and I'm trying to work out how best to handle a child screen needing its own BottomNavigationView, with the MainActivity al...
1

© 2022 - 2024 — McMap. All rights reserved.