Actionsheet-android
Actionsheet-android copied to clipboard
how change color for specific item?
how change color for specific item?
the current version can only set the color in three components, namely title cancel and data..
setColorTitle(getResources().getColor(R.color.title))
setColorTitleCancel(getResources().getColor(R.color.action))
setColorData(getResources().getColor(R.color.action))