Spotlight icon indicating copy to clipboard operation
Spotlight copied to clipboard

Spotlight is an Android library used to onboard users by showcasing specific features in the app.

Results 42 Spotlight issues
Sort by recently updated
recently updated
newest added

How can I show multiple targets at same time ?

at this time when the line animation start its quickly first draw one part and then start quickly draw second part but i want to draw not quickly it should...

Is there a way to show spotlight as a rectangle area with some padding showing the target? Circle does not work fine for menu item highlight in the Drawer +...

How do I reset it so that I can start it after the beginning use?

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?

How can I add the button to skip the tour?

- Support AndroidX - Support BottomSheets - Support Dialogs

I want to write text in rtl (right to left language ie persian) how i do it?

The spotlight tutorial isn't showing whatsoever. My code is almost the same as the usage example on the README: ```java View confirmView = findViewById(R.id.calibrationConfirmItem); new SpotlightView.Builder(this) .introAnimationDuration(400) .performClick(true) .fadeinTextDuration(400) .headingTvColor(Color.parseColor("#eb273f"))...