We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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();`
The text was updated successfully, but these errors were encountered:
xiaomi redmi note 5 shown; xiaomi redmi 4x not shown;
Sorry, something went wrong.
No branches or pull requests
The spotlight tutorial isn't showing whatsoever. My code is almost the same as the usage example on the README:
The text was updated successfully, but these errors were encountered: