Spotlight
Spotlight copied to clipboard
spotlightConfig.setTypeface not work
I use config.setTypeface to change SpotlightSequence typeface but not work:
`SpotlightConfig config = new SpotlightConfig();
config.setDismissOnTouch(true);
config.setTypeface(App.shabnam);
SpotlightSequence.getInstance(getActivity(), config)`
how to solve this?
do you solve this?
have same problem!