Skip to content

Instantly share code, notes, and snippets.

@ngallazzi
Created December 29, 2023 16:40
Show Gist options
  • Save ngallazzi/6a1df6f18d9e01b450508a11205c77a3 to your computer and use it in GitHub Desktop.
Save ngallazzi/6a1df6f18d9e01b450508a11205c77a3 to your computer and use it in GitHub Desktop.
enum class SwitchStatus(@DrawableRes val imageRes: Int) {
ON(R.drawable.pacman_lamp_on), OFF(R.drawable.pacman_lamp_off)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment