This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * GoalRing UI | |
| * Jetpack Compose UI experiment | |
| * | |
| * Created by Tasya Amalia Salsabila, 2026 | |
| */ | |
| import androidx.compose.animation.core.Animatable | |
| import androidx.compose.animation.core.LinearEasing | |
| import androidx.compose.animation.core.RepeatMode |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Lumen UI | |
| * Jetpack Compose UI experiment | |
| * | |
| * Created by Tasya Amalia Salsabila, 2026 | |
| */ | |
| import android.app.Activity | |
| import android.view.WindowManager | |
| import androidx.compose.animation.core.* |