Last active
June 23, 2021 21:07
-
-
Save sergenes/519406d28d2b52dcac63737ee2038186 to your computer and use it in GitHub Desktop.
Constants1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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