Export for Android apps (Compose and Resources)・Pro

You can export every color shade to Kotlin or an XML file on your computer regarding how you want to develop your Android project. Learn more about App Resources and Jetpack Compose on the Android Developer Documentation.

The export file follows this model:

import androidx.compose.ui.graphics.Color

// themeName - sourceColorName
val themeName_sourceColorName_stopName = Color(0XFF1D3A3E)
...

Last updated

Was this helpful?