Skip to content

Instantly share code, notes, and snippets.

@rahulsainani
Created May 5, 2021 17:11
Show Gist options
  • Save rahulsainani/b71f08b6b57de5470af9f33c00240daf to your computer and use it in GitHub Desktop.
Save rahulsainani/b71f08b6b57de5470af9f33c00240daf to your computer and use it in GitHub Desktop.
@Deprecated(
message = "Use AppTheme.dimens instead to support smaller screen sizes as well",
replaceWith = ReplaceWith(expression = "AppTheme.dimens", imports = ["_.ui.theme.AppTheme"])
)
object Dimens {
...
}
class Dimensions(
...
)
val defaultDimensions = Dimensions(
...
)
val sw360Dimensions = Dimensions(
...
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment