Skip to content

Instantly share code, notes, and snippets.

@sergenes
Last active June 23, 2021 21:07
Show Gist options
  • Save sergenes/519406d28d2b52dcac63737ee2038186 to your computer and use it in GitHub Desktop.
Save sergenes/519406d28d2b52dcac63737ee2038186 to your computer and use it in GitHub Desktop.
Constants1
val primaryTextColor = Color(0xFF444444)
val primaryColor = Color(0xffadf4ff)
val normalSpace = 16.dp
val smallSpace = 8.dp
val noSpace = 0.dp
val normalTouchableHeight = 44.dp
val noRadius = 0.dp
val normalRadius = 16.dp
val rowHeight = 84.dp
val deleteIconButtonWidth = 60.dp
val deleteTextButtonWidth = 80.dp
val dividerNormalThickness = 1.0.dp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment