Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #62 from LionZXY/develop
Browse files Browse the repository at this point in the history
Add custom data to PickerItem
  • Loading branch information
igalata authored Apr 16, 2018
2 parents 8cd42bc + cb1be4c commit 4caf2a8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ data class PickerItem @JvmOverloads constructor(var title: String? = null,
@ColorInt var textColor: Int? = null,
var textSize: Float = 40f,
var backgroundImage: Drawable? = null,
var isSelected: Boolean = false)
var isSelected: Boolean = false,
var customData: Any? = null)

0 comments on commit 4caf2a8

Please sign in to comment.