Skip to content

Instantly share code, notes, and snippets.

@clackbib
Last active July 11, 2017 12:18
Show Gist options
  • Save clackbib/abc227e65f8bd7c6280a3f843bec7506 to your computer and use it in GitHub Desktop.
Save clackbib/abc227e65f8bd7c6280a3f843bec7506 to your computer and use it in GitHub Desktop.
data class DetailsListItemState(
val title: String,
val formattedDate: String)
data class DetailsListItemIconState(
val icon: Int,
val iconColorFilter: Int)
data class DetailsListItemIconProgressState(
val subText: String,
val progress: Int)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment