Skip to content

Instantly share code, notes, and snippets.

View vickyrules's full-sized avatar
🍃
growing

νιкαѕ кυмαя vickyrules

🍃
growing
View GitHub Profile
class MainActivity : ComponentActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
WindowCompat.setDecorFitsSystemWindows(window, false)
super.onCreate(savedInstanceState)
setContent {
ColorPickerTheme {
Surface(
modifier = Modifier.fillMaxSize(),
color = MaterialTheme.colorScheme.background
) {