Tag

RoundedCorners

1 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 23, 2024 · Mobile Development

Creating a TabItem with Custom Rounded Corners Using Android Compose Path

This article explains how to achieve a tab item with asymmetric rounded corners in Android Compose by either assembling three Views or drawing the shape with a Path, including detailed step‑by‑step code and a discussion of common pitfalls.

AndroidComposeCustomView
0 likes · 6 min read
Creating a TabItem with Custom Rounded Corners Using Android Compose Path