sirio-kit-android is a library containing the android implementation of the Sirio design system used for INPS mobile apps UI.
- Android 5+
- Add dependency to your project:
repositories {
maven {
url = "https://maven.pkg.github.com/INPS-it/sirio-kit-android"
credentials {
username = GITHUB_USER
password = GITHUB_TOKEN
}
}
}
dependencies {
implementation 'it.inps.sirio:library:8.1.0'
}
- Add following repository in your gradle file (es. settings.gradle)
maven { url 'https://jitpack.io' }
- Use SirioTheme in the app
SirioTheme {
}
- Use components as in the demo app
sirio-kit-android is released under the BSD 3-Clause License. See LICENSE for details.