Awesome! You are the best!! Always covering exceptional content more than traditional ones. Thank you
@PhilippLackner4 жыл бұрын
Wow, thanks!
@thaariqnasution2 жыл бұрын
thank you so much! this really helps my school project
@parthpatel81734 жыл бұрын
That's awesome stuff covered in this video for Fab shape. Moreover, you have covered how we can override the existing Material Theme component style.
@PhilippLackner4 жыл бұрын
Glad it was helpful!
@bordz3726 Жыл бұрын
why is my themes.xml is only one and when I press it it doesnt have that
@renatobalcazar42693 жыл бұрын
You are awesome! Very precise information
@seedfromcdl5 ай бұрын
is it possible to change shape when clicked?? squared shape (FAB) clicked circle shape (FAB)
@soontaek4 жыл бұрын
Thanks for the number of examples in this video. Do you have any plans to do tutorials on button animations or anything else related to animations?
@PhilippLackner4 жыл бұрын
Yes, but I don't know when. I might wait with that until jetpack compose is out
@soontaek4 жыл бұрын
@@PhilippLackner awesome man! I'll stay in tune while learning other things from your contents there is quite a lot to learn as a beginner, thanks to your efforts.
@sweetbaboo5663 жыл бұрын
Awesome video! Is there a way to make a hexagon instead of an octagon? Also how to make the image in the middle larger? Thanks so much!
@AryanvedhFromIndia3 жыл бұрын
how to add a fab in a particular fragment only?
@vedx4 жыл бұрын
Can you tell how gmail fab is working. As we start scrolling it changes shape and when we move to top it changes shape again. 🤔
@PhilippLackner4 жыл бұрын
That's a custom view then
@xenofonkarydis64064 жыл бұрын
However, if we have 2 or more Fab in the same layout, how can we apply different styles to each one?
@PhilippLackner4 жыл бұрын
Just assign individual styles to views in xml using style=""
@xenofonkarydis64064 жыл бұрын
@@PhilippLackner Haha...pretty easy. Thnx man
@alirezanoorali15982 жыл бұрын
Saved my day!
@arman72110 ай бұрын
I mainly wanted to see how you can change the color of the button this way. which unfortunately you didn't mention.
@teladoum9 Жыл бұрын
Nice training
@skotch_izolentovich3 жыл бұрын
Thank you helped me a lot
@mehulbisht97084 жыл бұрын
The splash screen video that you recently released, my activity is retaining the splash theme even after setContentView() is called , i did change the theme before setContentView() , but one thing that i think might be causing this issue is, I defined separate Themes in my Styles folder for different activities and i set those Theme to activities inside the Android Manifest file. So should i change the theme for the activities in their KT files as well besides doing it in the manifest ?
@PhilippLackner4 жыл бұрын
If that works, then I'd do that
@marc9882 жыл бұрын
Is it possible to set an "icon" as a shape for a FAB (instead of an icon "inside" a circle/shape) ? Imagine the Facebook or WhatsApp logo itself "as a shape" of an FAB (and NOT inside a geometric shape). Can anyone give me a suggestion please? Thanks
@mohamadalemi25964 жыл бұрын
is there any way to shape image view like this? (cut each part we want) how?
@PhilippLackner4 жыл бұрын
Yes but only with a custom view, that's not as easy