how to implement fading or blur UI parts like BottomAppBar
or AppBarLayout
in android application? it seems it came from Material Design 3
with Compose
.
Apps below are using this feature. the first picture is from Youtube application and the second one is from dribbble site:
fading bottombar and buttons:
So if there's any sample to do so or any workaround in XML
it would be very helping.