FancyShowCaseView icon indicating copy to clipboard operation
FancyShowCaseView copied to clipboard

An easy-to-use customisable show case view with circular reveal animation.

Results 15 FancyShowCaseView issues
Sort by recently updated
recently updated
newest added

### Used FancyShowCaseView version Master ### Screenshot if there is something wrong with ui ![landscape](https://user-images.githubusercontent.com/5278996/175041296-a194fa4a-ee92-43b4-b187-7f0937a22d72.png) ### How you show/hide FancyShowCaseView (in Activity or Fragment, in which method) Sample app, Rounded...

when i using this setting "closeOnTouch(true)", i find a problem : Multiple quick clicks on the view will bring up multiple hidden animations

My project needs to display multiple highlighted areas at the same time. How can I add multiple highlighted areas? that is focusOn(view) Only add one view

### Used FancyShowCaseView version 1.3.9 if we provide custom view then title does not show - val fancyShowCaseView1 = FancyShowCaseView.Builder(this) .title("First Queue Item") .focusOn(btn_queue_1) .customView(R.layout.layout_my_custom_view, object : OnViewInflateListener { override...

Added the ability to center text using android.view.Gravity. Added example of using this function

When the View that needs to be highlighted is located in the DialogFragment or BottomSheetDialogFragment, the CustomView will be displayed in the lower layer of the DialogFragment or BottomSheetDialogFragment, which...

### Used FancyShowCaseView version 1.3.8 ### Ability to add custom view above, below or on either sides of focused view Example: In Activity onCreate() method I use the code below...

### Used FancyShowCaseView version 1.3.5 ### Stacktrace ``` java.lang.IllegalArgumentException: at com.android.internal.widget.DecorCaptionView.addView (DecorCaptionView.java:269) at android.view.ViewGroup.addView (ViewGroup.java:4919) at android.view.ViewGroup.addView (ViewGroup.java:4892) at me.toptas.fancyshowcase.FancyShowCaseView$focus$1.run (FancyShowCaseView.kt:135) at android.os.Handler.handleCallback (Handler.java:883) at android.os.Handler.dispatchMessage (Handler.java:100) at android.os.Looper.loop (Looper.java:214)...

investigation-needed

im trying to set FancyShowCaseView for items in overflow items of MaterialToolbar but view is null although fancyshowcaseview works for visible items in toolbar My code : (calling this code...

( Nice issue template btw ;) ) and sorry for having comment multiple issue I mean it's better that I open my own issue ### Used FancyShowCaseView version 1.3.0 ###...

investigation-needed