Skip to content

Instantly share code, notes, and snippets.

@rygelouv
Last active April 24, 2022 13:14
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 rygelouv/4df5ad1194163bf6aeaaedd93493a575 to your computer and use it in GitHub Desktop.
Save rygelouv/4df5ad1194163bf6aeaaedd93493a575 to your computer and use it in GitHub Desktop.
data class TransactionUI(
val title: String = "",
val type: String = "",
val image: String = "",
val amount: String = "",
val date: String = "",
@ColorRes val color: Int = R.color.yellow
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment