avast / android-styled-dialogs

Backport of Material dialogs with easy-to-use API based on DialogFragment
Apache License 2.0
2.15k stars 450 forks source link

how to change listChoice Indicator`s color in SimpleDialogFragment? #130

Closed yaochangliang159 closed 8 years ago

yaochangliang159 commented 8 years ago

when i choose item with mode CHOICE_MODE_SINGLE,how to change the left round point`s color?or how i custom it?

davidvavra commented 8 years ago

This should be tinted according to standard theme material colors, just make sure you are using

<item name="colorAccent">@color/pink</item>