almost viewed all your videos !!! app:contentInsetStart="0dp" app:contentInsetLeft="0dp" u can use to remove the left margin
@PhilippLackner3 жыл бұрын
Thanks! :)
@ashokas58123 жыл бұрын
Tkz...
@alexandrecloutier8162 жыл бұрын
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 😃
@miranmustafa76374 жыл бұрын
You can fix the shadow by seting: app:elevation="0dp" to bottom nav view
@PhilippLackner4 жыл бұрын
Cool, thanks!
@yechielbabani17264 жыл бұрын
ty
@mohamedghazali49143 жыл бұрын
Thanks Alllot, Much thanks you saved my Time!!!
@fathiyajourney4 жыл бұрын
"This video sponsored by my self" 😂 I've been waiting for this 👍
@PhilippLackner4 жыл бұрын
Hope you enjoyed it!
@waheed_akhtar4 жыл бұрын
A german with a good sense of humor. A very rare thing :D
@creativearts49172 жыл бұрын
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✌
@jchrisml252 жыл бұрын
Thanks
@rezanurramadhan7850 Жыл бұрын
thanks
@swetblack6 Жыл бұрын
Thanks!
@Blue_12088 ай бұрын
Thanks
@supremecrackerr46872 жыл бұрын
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!
@sumitsuryawanshi90602 жыл бұрын
You're AMAZING brother ;D Sending Love from India.
@ThienNguyen-cd6rn4 жыл бұрын
Thank for this helpful video ! From Vietnam with love !
@crateer4 жыл бұрын
Damn, you're growing so fast! Keep it up :)
@PhilippLackner4 жыл бұрын
Thanks man!
@jaypanchal82843 жыл бұрын
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.
@devendravarma50744 жыл бұрын
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 :)
@bjugdbjk3 жыл бұрын
OMG..ur videos save tons f time man ... waiting for fr ur kotlin stuff man...
@moriz85493 жыл бұрын
That's a useful tutorial, Thanks dear Philipp , and awesome as always ⭐⭐⭐⭐⭐
@Peter-Petes4 жыл бұрын
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.
@sharadregoti77423 жыл бұрын
Thanks it worked
@sajantamang49264 жыл бұрын
Can we apply this UX in other layouts beside CoordinatorLayout?
@Sweetironman3 жыл бұрын
Damn Man Your Voice and accent is just awesome 🤩💥💥
@artem91144 жыл бұрын
right when i needed, thanks a lot bro!
@vanduong96023 жыл бұрын
Thank you so much, other channels always use library.
@aaryan65773 жыл бұрын
So did he😂
@mohammadmirzakhanidehkordi85614 жыл бұрын
wow it is awesome video, where is the step which you connected it to navigation component lib ?
@santriptmehta19642 жыл бұрын
I was really waiting for this.
@mazoochian4 жыл бұрын
Man Beff Jezos got some abs!
@PhilippLackner4 жыл бұрын
Yea he's a strong guy
@Indently4 жыл бұрын
Also I'm looking forward to seeing your curly hipster moustache
@agytfreefire2 жыл бұрын
D:
@penggunayoutube258019 күн бұрын
Can you make this in compose? I want to migrate my past xml project to compose with similar bottom navbar to this, but there really not much tutorial on how to create custom navbar in compose
@AWNHACKS3 жыл бұрын
That's one unique tutorial man. Appreciate it.....😊👍
@alejandrogonzalez27833 жыл бұрын
it was useful for me. Thank you
@theonlyarjun4 жыл бұрын
It's 2020 and we still need to do hacky stuff to get things done on android.... Nice tutorial btw.
@PhilippLackner4 жыл бұрын
Yea that's one reason why I don't like designing
@CybercoderNaj4 жыл бұрын
The video I have waited for so long! ❤️❤️
@PhilippLackner4 жыл бұрын
There you go :D
@sindupratama89662 жыл бұрын
thanks mate you save my life, subscribed +1
@kamzz86512 жыл бұрын
this is amazing tutorial 100/100
@gadeern15863 жыл бұрын
Amazing tutorial! Thank you very much 😍🔥
@IonutNegru872 жыл бұрын
The left margin can be fixed by using "app:contentInsetStart="0dp"" on your BottomAppBar widget.
@syednoorullahshah91944 жыл бұрын
great tutorial mate 👌
@PhilippLackner4 жыл бұрын
Thank you 👍
@st.libertos2 жыл бұрын
This tutorial is awesome!
@أميرالبلابل4 жыл бұрын
Impressive design😍
@yechielbabani17264 жыл бұрын
i see you do this with kotlin is there any chance it wont be able to work with java?
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.
@engincicek88823 жыл бұрын
How can i invisible bottomnavigation item in java ? 14:14
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!
@PhilippLackner4 жыл бұрын
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
@fahrican97084 жыл бұрын
very useful video! thanks
@kumar_k193 жыл бұрын
Thanks bro 👍
@ujanglukman37972 жыл бұрын
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.
@truongxuan8322d7 ай бұрын
Theme.MaterialComponents.DayNight.NoActionBar
@MaNaa20004 жыл бұрын
great video, really really helpful
@navamragulan20173 жыл бұрын
Thank you .very useful.....
@bekaryssailaukul10064 жыл бұрын
How to set fragment with nav graph above that bottom app bar in coordinator layout? Please
@lalaley2026nis-dm3oj Жыл бұрын
pefrect! Thanks! Рахмет!
@rtz6777Ай бұрын
how do i change the color of the Bottom navigation view just like from the thumbnail?
@acebookwisdom3 жыл бұрын
How to use it with fragment connected to navigation resource?
@mrdeveloper44384 жыл бұрын
Awesome bro .....
@linox202 жыл бұрын
great body phillips😂
@nolant37288 ай бұрын
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?
@paviyarasanv41923 жыл бұрын
sir i am faced "Manifest merger failed with multiple errors, see logs" !error ,what i do ?
@vantangle25633 жыл бұрын
Hi, How we can reach fabCradleRoundedCornerRadius on Jetpeck Compose?
@mountrat3 жыл бұрын
How to go to different tabs when clicking Home, search, profile, settings...? Can anybody help me
@tonymac2493 жыл бұрын
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.
@ducnguyendinhtrung47452 жыл бұрын
How can i click to each item and go to another fragment, can you show me or recommend another videos?
@codercoder72704 жыл бұрын
İ have a question , can we create web application in kotlin , i create web app in spring which is framework of java , Does kotlin have any framework for web app?
@PhilippLackner4 жыл бұрын
Yes, Kotlin has a very awesome backend framework called Ktor. I have a premium course about that here on my website pl-coding.com/courses/powerful-kotlin-rest-apis-with-ktor/
@spidey53242 жыл бұрын
Can you set the bottom appBar in a constraint layout?
@hassanammer78544 жыл бұрын
How to increase my work experience as a junior android developer to get work in a company or a freelance ?
@noahhcams2 жыл бұрын
Super helpful!
@dipagove89633 жыл бұрын
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.
@robertoc26783 жыл бұрын
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
@ChiragVariya-df3ty10 ай бұрын
Hello, Good morning! I want light theme set bottom navigation with same round
@ethiomusic31583 жыл бұрын
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.
@parulson62742 жыл бұрын
Youre awesome❤️❤️
@vinaykumarpatel6494 жыл бұрын
Awesome 👌🏻👌🏻
@PhilippLackner4 жыл бұрын
Thanks 🤗
@yahia92662 жыл бұрын
Thank you bruh
@AryanvedhFromIndia3 жыл бұрын
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?
@kondalraotirumalasetty39082 жыл бұрын
can you make curved bottom navigation with animation and text as well for the menus
@ojiidroid4 жыл бұрын
do you play substratum?
@alextokarev77504 жыл бұрын
nice beard mate!
@PhilippLackner4 жыл бұрын
Thanks! :D
@makranamarble24294 жыл бұрын
when will the full course will arrive
@PhilippLackner4 жыл бұрын
That depends how quickly my voice recovers, but it's already getting a lot better. I guess in about a month or so
@amoljunghare36103 жыл бұрын
Can you animate fab also.I just want to open a curve shaped dialog when fabis clicked .Do you have idea of it??
@chewataapp70213 жыл бұрын
Actually you can disable the item in menu itself. android:enabled="false" Quick and easy fix.
@truongpham72793 жыл бұрын
very useful!
@sat_talk3 жыл бұрын
didn't get you bro.. where pl. tell me what should I do where?
@shekharsaini9069 Жыл бұрын
can you make a video for this tutorial in Jatpack compose
@kondalraotirumalasetty39082 жыл бұрын
can we make curve from upside
@anudeepananth3 жыл бұрын
How would we do this Jetpack compose
@sharadregoti77423 жыл бұрын
How can i always display menu item names ?, currently it show the titles only when the item is clicked
@alvinimbuka82833 жыл бұрын
hello, my bottom navigation view on the main activity is not being refernced and is giving me an error
@ChiragVariya-df3ty Жыл бұрын
Hi, How to set getOrCreateBadge text and number
@sikander_rafique3 жыл бұрын
Thank you
@bilalaslam5713 жыл бұрын
how to set bottomNavigationView.background= null in java because it didn't showing the background attribute.
@kumarselvam39403 жыл бұрын
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
@Peter-Petes4 жыл бұрын
Bro, how to set setOnclickListener for those menu items ? I couldn't 😥
@PhilippLackner4 жыл бұрын
setNavigationItemSelectedListener
@MCStarYT4 жыл бұрын
Facebook is doomed in the face of your social media app! ;-)
@PhilippLackner4 жыл бұрын
They are :D
@fengchin35674 жыл бұрын
very good vidoe , can you make a video which use jetpack buttomnavigation and float button together
@slaviboy2 жыл бұрын
You can set xml property android:background="@null"
@jagoans41904 жыл бұрын
how to make bottom bar transparant in MainActivity java ?
@introvertsdiary3 жыл бұрын
I cant remove the shadow by putting bottomnavigationview to null.. the code is error how to fix it? Im using java
@vahit·keskin3 жыл бұрын
Very thanks :)
@Indy2933 жыл бұрын
thanks a lot
@pickemparty3 жыл бұрын
Is this a Kotlin or Java solution?
@mamunkhan64633 жыл бұрын
how can i change the background
@giorgioferrari81143 жыл бұрын
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 !
@hosseinmirzazadeh2904 жыл бұрын
Great 👍
@PhilippLackner4 жыл бұрын
Thank you 👍
@vildanvinanda59192 жыл бұрын
hi sir how to custom color in floating button?
@pickemparty3 жыл бұрын
Where is the item bottomNavigationView being init in the MainActvity ?
@ritikmalhotra62522 жыл бұрын
i am facing an issue how to setup navigation component with this floating bottom app bar can anyone please provide a code doing bottom app bar with floating action button and navigation component