Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spotlight lights not showing at all #85

Open
knjk04 opened this issue Mar 2, 2019 · 1 comment
Open

Spotlight lights not showing at all #85

knjk04 opened this issue Mar 2, 2019 · 1 comment

Comments

@knjk04
Copy link
Contributor

knjk04 commented Mar 2, 2019

The spotlight tutorial isn't showing whatsoever. My code is almost the same as the usage example on the README:

       View confirmView = findViewById(R.id.calibrationConfirmItem);

        new SpotlightView.Builder(this)
                .introAnimationDuration(400)
                .performClick(true)
                .fadeinTextDuration(400)
                .headingTvColor(Color.parseColor("#eb273f"))
                .headingTvSize(32)
                .headingTvText("Love")
                .subHeadingTvColor(Color.parseColor("#ffffff"))
                .subHeadingTvSize(16)
                .subHeadingTvText("Like the picture?\nLet others know.")
                .maskColor(Color.parseColor("#dc000000"))
                .target(confirmView)
                .lineAnimDuration(400)
                .lineAndArcColor(Color.parseColor("#eb273f"))
                .dismissOnTouch(true)
                .dismissOnBackPress(true)
                .enableDismissAfterShown(true)
                .show();`
@knjk04 knjk04 changed the title Not showing at all Spotlight lights not showing at all Mar 2, 2019
@programmerpinggiran
Copy link

xiaomi redmi note 5 shown;
xiaomi redmi 4x not shown;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants