Skip to content

Instantly share code, notes, and snippets.

@rahulsainani
Created May 5, 2021 14:13
Show Gist options
  • Save rahulsainani/397ebf0775e62a5777f8ceeb3ed09352 to your computer and use it in GitHub Desktop.
Save rahulsainani/397ebf0775e62a5777f8ceeb3ed09352 to your computer and use it in GitHub Desktop.
Row(
modifier = Modifier.padding(
horizontal = AppTheme.dimens.grid_2,
vertical = AppTheme.dimens.grid_3
),
) {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment