Skip to content

Instantly share code, notes, and snippets.

View mightyfrog's full-sized avatar

Shigehiro Soejima mightyfrog

View GitHub Profile
@mightyfrog
mightyfrog / RoundedCornerHorizontalDivider.kt
Last active October 2, 2025 12:23
RoundedCornerHorizontalDivider
import androidx.compose.foundation.Canvas
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.height
import androidx.compose.material3.MaterialTheme
import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
import androidx.compose.ui.geometry.Offset
import androidx.compose.ui.geometry.Rect
import androidx.compose.ui.graphics.Brush
import androidx.compose.ui.graphics.Color