-
How to show icon and text for 4 menu items? Is this possible your example shows only icon and icons is shifting?
I don't want icons to shift I want to show it like:
![BottomNavigationMenu with M…
-
We want to show not a number but just an image as the badge. For example, an exclamation mark as error or spinner as a progress indicator. I've tried a workaround to pass drawable as a background of t…
-
hello
mBottomNavigationView.setOnChildClickedListener(new OnChildClickedListener() {
@Override
public void onChildClicked(int child) {
selectFragment(child);
…
-
**Environment**
Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project):
…
-
Hi @triniwiz
Like you see on the other issue there is a new `Frame.topmost()` instead of `topmost()` .. I decided to create a separate issue because it concern the Frame concept .. I use on my ap…
-
Our sample uses Jetpack Navigation. It brought some strong dependencies through whole project, such as
```
HomeFragment.kt
...
val navController = viewBinding.bottomNavigation.setupWithNavControl…
-
Showing this message:
Class referenced in the layout file, com.etebarian.meowbottomnavigation.MeowBottomNavigation, was not found in the project or the libraries
XML file didn't find the library.
…
-
**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…
-
class MainActivity : ComponentActivity() {
@OptIn(ExperimentalMaterial3Api::class)
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
…
-