79364166

Date: 2025-01-17 09:02:06
Score: 0.5
Natty:
Report link

From Android SDK 31 clipToOutline attribute is available. There is also outlineProvider attribute which helps describe outline source.

android:clipToOutline="true"
android:outlineProvider="background"

Jetpack Compose has Modifier.clip.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Adrian Grygutis