Created
June 2, 2022 09:38
-
-
Save BenjaminLaschkar/e9db7c00dca255aff65574247ca312ff to your computer and use it in GitHub Desktop.
ViewIds.kt
This file contains 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
const val DIGIT_5: String = "com.google.android.calculator:id/digit_5" | |
const val DIGIT_8: String = "com.google.android.calculator:id/digit_8" | |
const val MULTIPLICATION: String = "com.google.android.calculator:id/op_mul" | |
const val EQUAL: String = "com.google.android.calculator:id/eq" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment