Actionsheet-android icon indicating copy to clipboard operation
Actionsheet-android copied to clipboard

how change color for specific item?

Open diegoot-dev opened this issue 4 years ago • 1 comments

how change color for specific item?

diegoot-dev avatar Apr 29 '21 17:04 diegoot-dev

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))

khoyron avatar Aug 23 '21 13:08 khoyron