There is a shadow because the layout is elevated by default, just like it is the case with buttons and card views when there is a background drawable. The solution is to add : android:elevation="0dp" to remove the default value. Good video Philipp 😃
Thank you so much for this video, really helepd me in a pinch! adding < app:contentInsetStart="0dp" > to the BottomAppBar removed that left margin space for me!
we can get rid of that shadow in the bottom view with the help of this line of code : android:outlineSpotShadowColor="@android:color/transparent" followed in BottomNavigationView✌
Adding bottom navigation inside bottom appbar was the great idea, you are just awesome.. Btw, you can also disable the centre menu from your XML file; Happy Coding :)
Good One Philip. had been thinking about doing the same and i found your video here, great explanation and great implementation without using any library.
Just Add android:outlineSpotShadowColor="@android:color/transparent" inside BottomNavigationView tag to make the shadow disappear. Dosen't require anything on MainActivity.Kt. -----> This works only on API level 28 and above ! Requires Override.
Thank you for this tutorial!!!! I was looking for something like this for my app. I was wondering if it is possible that the ripple effects, of each item, don't go beyond the boundaries of the BottomAppBar view. Thank you in advance!
Don't know if this is possible out of the box. There is essentially a background you need to apply to make something have that click effect, there might be different versions of that background, idk. But for sure with a custom view it's possible
excelente tutorial, un saludo desde México, una duda, como implementar la lógica para que funcione o haga algo en los botones, tengo entendido que se usan fragmentos pero tengo problemas al entender eso, no se si tienes algún otro video donde expliques como implementar lo demás me seria de gran ayuda sin mas, un excelente tutorial
I follow your tutorials, its help me.Thanks a lot. Can you help me out for animation to add color curve start to end below fab onselection of bottom item with getting its color.
mate when I've tried to use this design, all my fragments which contain scrollview end up pushing the bottom nav menu down off screen. Do you know how to fix this?
HEllo. Thank you for video. it is very usefull. May I ask you a question about this theme setting up. In the video it change to Theme.MaterialComponents, but I need to use Material3 theme. Is there any suggestion? Thank you.
How can we use "home" fragment as an activity_main?... Can we also make fragments inside other activities (not only in main_activity)? Most of the examples are made on main_activity... How can we make fragments into other activities? May be I misunderstood something about fragments. I can make fragments but the icons are not working properly with the fragments.
Type the code in notepad/text editor. Paste the code directly into the .java file with Android Studio. It will ask if you want to convert it to Java. Click "Yes". Then the code will be converted to Java.
Hi! and thank you for the android code ! i use it and it works good ! is possible to express the same code but in HTML and CSS ? i'm trying to develope an apache cordova app that will be the same as the android one, but i have some problems with that. i 've try to write html and css code to express the same functions of the android, but it doesn't works ! do you have the html and css code ? thank's !
almost viewed all your videos !!!
app:contentInsetStart="0dp"
app:contentInsetLeft="0dp" u can use to remove the left margin
Thanks! :)
Tkz...
There is a shadow because the layout is elevated by default, just like it is the case with buttons and card views when there is a background drawable. The solution is to add : android:elevation="0dp" to remove the default value.
Good video Philipp 😃
"This video sponsored by my self" 😂
I've been waiting for this 👍
Hope you enjoyed it!
A german with a good sense of humor. A very rare thing :D
You can fix the shadow by seting:
app:elevation="0dp"
to bottom nav view
Cool, thanks!
ty
Thanks Alllot, Much thanks you saved my Time!!!
Thank you so much for this video, really helepd me in a pinch! adding < app:contentInsetStart="0dp" > to the BottomAppBar removed that left margin space for me!
we can get rid of that shadow in the bottom view with the help of this line of code : android:outlineSpotShadowColor="@android:color/transparent" followed in BottomNavigationView✌
Thanks
thanks
Thanks!
Thanks
Damn, you're growing so fast! Keep it up :)
Thanks man!
Thank for this helpful video !
From Vietnam with love !
Adding bottom navigation inside bottom appbar was the great idea, you are just awesome..
Btw, you can also disable the centre menu from your XML file;
Happy Coding :)
You're AMAZING brother ;D
Sending Love from India.
Good One Philip. had been thinking about doing the same and i found your video here, great explanation and great implementation without using any library.
That's a useful tutorial, Thanks dear Philipp , and awesome as always ⭐⭐⭐⭐⭐
Also I'm looking forward to seeing your curly hipster moustache
D:
The video I have waited for so long! ❤️❤️
There you go :D
Damn Man Your Voice and accent is just awesome 🤩💥💥
OMG..ur videos save tons f time man ... waiting for fr ur kotlin stuff man...
Just Add android:outlineSpotShadowColor="@android:color/transparent" inside BottomNavigationView tag to make the shadow disappear. Dosen't require anything on MainActivity.Kt. -----> This works only on API level 28 and above ! Requires Override.
Thanks it worked
I was really waiting for this.
right when i needed, thanks a lot bro!
That's one unique tutorial man. Appreciate it.....😊👍
Man Beff Jezos got some abs!
Yea he's a strong guy
Thank you so much, other channels always use library.
So did he😂
Amazing tutorial! Thank you very much 😍🔥
Can we apply this UX in other layouts beside CoordinatorLayout?
The left margin can be fixed by using "app:contentInsetStart="0dp"" on your BottomAppBar widget.
wow it is awesome video, where is the step which you connected it to navigation component lib ?
Thank you, Phill!!
It's 2020 and we still need to do hacky stuff to get things done on android.... Nice tutorial btw.
Yea that's one reason why I don't like designing
this is amazing tutorial 100/100
it was useful for me. Thank you
thanks mate you save my life, subscribed +1
Actually you can disable the item in menu itself.
android:enabled="false"
Quick and easy fix.
very useful!
didn't get you bro.. where pl. tell me what should I do where?
This tutorial is awesome!
what about the music player series ? now that Google Play Music is going away, it's your time to shine come on !! finish that series 😂😂
Impressive design😍
Super helpful!
pefrect! Thanks! Рахмет!
great video, really really helpful
Thank you for this tutorial!!!! I was looking for something like this for my app.
I was wondering if it is possible that the ripple effects, of each item, don't go beyond the boundaries of the BottomAppBar view.
Thank you in advance!
Don't know if this is possible out of the box. There is essentially a background you need to apply to make something have that click effect, there might be different versions of that background, idk. But for sure with a custom view it's possible
very useful video! thanks
Thank you .very useful.....
great tutorial mate 👌
Thank you 👍
Awesome bro .....
Thank you bruh
Thanks bro 👍
Facebook is doomed in the face of your social media app! ;-)
They are :D
excelente tutorial, un saludo desde México, una duda, como implementar la lógica para que funcione o haga algo en los botones, tengo entendido que se usan fragmentos pero tengo problemas al entender eso, no se si tienes algún otro video donde expliques como implementar lo demás me seria de gran ayuda sin mas, un excelente tutorial
How to set on click listener
My next premium course will cover that
pastebin.com/TqV9FsmA
I follow your tutorials, its help me.Thanks a lot. Can you help me out for animation to add color curve start to end below fab onselection of bottom item with getting its color.
Thank you
nice beard mate!
Thanks! :D
How to use it with fragment connected to navigation resource?
How to go to different tabs when clicking Home, search, profile, settings...? Can anybody help me
You can set xml property android:background="@null"
Youre awesome❤️❤️
how do i change the color of the Bottom navigation view just like from the thumbnail?
Very thanks :)
mate when I've tried to use this design, all my fragments which contain scrollview end up pushing the bottom nav menu down off screen. Do you know how to fix this?
HEllo. Thank you for video. it is very usefull. May I ask you a question about this theme setting up. In the video it change to Theme.MaterialComponents, but I need to use Material3 theme. Is there any suggestion? Thank you.
Theme.MaterialComponents.DayNight.NoActionBar
How to increase my work experience as a junior android developer to get work in a company or a freelance ?
thanks a lot
How can we use "home" fragment as an activity_main?... Can we also make fragments inside other activities (not only in main_activity)? Most of the examples are made on main_activity... How can we make fragments into other activities? May be I misunderstood something about fragments. I can make fragments but the icons are not working properly with the fragments.
Hi, Can anybody tell me how to add another view to this such as a recyclerView or any view and stop it overlapping the bottom navigation.
Awesome 👌🏻👌🏻
Thanks 🤗
Amazing
thanks
great body phillips😂
sir i am faced "Manifest merger failed with multiple errors, see logs" !error ,what i do ?
so nice
How to set fragment with nav graph above that bottom app bar in coordinator layout? Please
can you make a video for this tutorial in Jatpack compose
How can i click to each item and go to another fragment, can you show me or recommend another videos?
Hi, How we can reach fabCradleRoundedCornerRadius on Jetpeck Compose?
Hello, Good morning!
I want light theme set bottom navigation with same round
wow nice
can you make curved bottom navigation with animation and text as well for the menus
Great 👍
Thank you 👍
very good vidoe , can you make a video which use jetpack buttomnavigation and float button together
How can I change the bottom navigation's color while still using the transparent method you used?
Don't change the color of the bottom nav, change the color of the bottom app bar
@@PhilippLackner Can you tell how to do this, because I have tried by adding a style but not working
@@PhilippLackner hi can help me , not change color ?
@@alirezazarghi4682 try android:backgroundTint="@color/red"
hey philipp, i am watching your video now, layout_anchor isn't working. what else can i do to follow your tutorial and get same result?
Thank you for the tutorial but bottomNavigationView cannot be resolved in MainActivity.class
Followed the same steps, even tried copying the code but my bottomNavigationView just does not appear... It is there but i cannot see it
how to set bottomNavigationView.background= null in java because it didn't showing
the background attribute.
i see you do this with kotlin is there any chance it wont be able to work with java?
BottomNavigationView a=(BottomNavigationView) findViewById(R.id.bottomNavigationview);
a.getMenu().getItem(2).setEnabled(false);
Type the code in notepad/text editor. Paste the code directly into the .java file with Android Studio. It will ask if you want to convert it to Java. Click "Yes". Then the code will be converted to Java.
Can you animate fab also.I just want to open a curve shaped dialog when fabis clicked .Do you have idea of it??
can you check github, i changed some code for this project.
Epic!
I cant remove the shadow by putting bottomnavigationview to null.. the code is error how to fix it? Im using java
hello, my bottom navigation view on the main activity is not being refernced and is giving me an error
Wow!
Can you set the bottom appBar in a constraint layout?
please make a video using mvvm room retrofit workmanager in java for android
make a tutorial on bottom navigation ,drawerLayout and tabLayout together
How can i always display menu item names ?, currently it show the titles only when the item is clicked
Hi! and thank you for the android code ! i use it and it works good ! is possible to express the same code but in HTML and CSS ? i'm trying to develope an apache cordova app that will be the same as the android one, but i have some problems with that. i 've try to write html and css code to express the same functions of the android, but it doesn't works ! do you have the html and css code ? thank's !
Hi,
How to set getOrCreateBadge text and number
can we make curve from upside
Is it possible to use this code in xamarin.... Please any one help me i need to implement bottom bar with fab button in my project
Subbed for Beff Jezos