Skip to content

Instantly share code, notes, and snippets.

@BenjaminLaschkar
Created June 2, 2022 09:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BenjaminLaschkar/e9db7c00dca255aff65574247ca312ff to your computer and use it in GitHub Desktop.
Save BenjaminLaschkar/e9db7c00dca255aff65574247ca312ff to your computer and use it in GitHub Desktop.
ViewIds.kt
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