Skip to content

Instantly share code, notes, and snippets.

View unaisulhadi's full-sized avatar

Unaisul Hadi unaisulhadi

View GitHub Profile
@unaisulhadi
unaisulhadi / SquareRadioButton.kt
Created April 2, 2022 14:20
Square Radio Button in Jetpack Compose
package com.hadi.themoment.ui.components
import androidx.compose.animation.animateColorAsState
import androidx.compose.animation.core.animateDpAsState
import androidx.compose.animation.core.tween
import androidx.compose.foundation.Canvas
import androidx.compose.foundation.interaction.MutableInteractionSource
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.layout.requiredSize
import androidx.compose.foundation.layout.wrapContentSize