9
Programming question
(lemmy.world)
Community to discuss Summit, an open-source Android app for browsing Lemmy and PieFed.
Get the app on the Play Store.
Support the app
Website: https://summit.idunnololz.com/
You are probably clipping the shadow. I'm not sure how you'd do it in compose since I'm mostly still using views but if there is a padding modifier or clip modifier you can either add padding or adjust the clipping to not clip children.
Alright, thanks