Skip to content

Instantly share code, notes, and snippets.

@clackbib
Last active July 11, 2017 12:17
Show Gist options
  • Save clackbib/6f9c46b127d8c0d9192ad739e5479a50 to your computer and use it in GitHub Desktop.
Save clackbib/6f9c46b127d8c0d9192ad739e5479a50 to your computer and use it in GitHub Desktop.
data class PlayerHandleMetaState(
val title:String,
val subText:String,
val picture:String,
val bgColor:Int)
data class PlayerHandleIconState(
val icon:Int,
val iconColorFilter:Int)
data class PlayerHandleProgressState(
val progress:Int)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment