A set of gears for Jetpack Compose.
Add the dependency:
repositories {
mavenCentral()
google()
}
dependencies {
implementation("com.redmadrobot.gears:gears-compose:<version>")
}
Note
Dependencies:
These dependencies will be transitively added to your project.
Gear | Description |
---|---|
FixedFontScaleContainer |
A container that fixes the font scale, ignoring values, that are set in the phone's system settings |
Merge requests are welcome. For major changes, please open an issue first to discuss what you would like to change.