ShowcaseView
ShowcaseView copied to clipboard
[Archived] Highlight the best bits of your app to users quickly, simply, and cool...ly
I've created & use my own custom style like below, but I want to use cling.png circle like the original. How to achieve that? I've tried to put it in...
 As shown in above image, I need to show an arrow from the text title/details pointing towards the showcase view. Is it possible to do this in current library?...
I cant execute it anymore it complains about errors do you know what could cause this? 04-16 00:40:21.946 9105-9105/com.blogspot.choplabalagun.bluetoothcarbff D/AndroidRuntime: Shutting down VM 04-16 00:40:21.949 9105-9105/com.blogspot.choplabalagun.bluetoothcarbff E/AndroidRuntime: FATAL EXCEPTION: main...
I get this error on adding the view. `FATAL EXCEPTION: main Process: com.amage.chitooo.debug, PID: 29456 java.lang.RuntimeException: insertShowcaseViewWithType cannot be used when the theme has no ActionBar at com.github.amlcurran.showcaseview.targets.ActionBarReflector.getHomeButton(ActionBarReflector.java:43) at com.github.amlcurran.showcaseview.targets.ActionBarReflector.getActionBarView(ActionBarReflector.java:36)...
Hello, after updating to the latest gradle, I'm seeing red errors wherever "android:layout_width" attributes were used. As a result, I can't change the button background too.
Hello I see following stacktrace in crashlogs: Fatal Exception: java.lang.OutOfMemoryError at android.graphics.BitmapFactory.nativeDecodeAsset(BitmapFactory.java) at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:521) at android.graphics.BitmapFactory.decodeResourceStream(BitmapFactory.java:374) at android.graphics.drawable.Drawable.createFromResourceStream(Drawable.java:785) at android.content.res.Resources.loadDrawable(Resources.java:2005) at android.content.res.Resources.getDrawable(Resources.java:673) at android.support.v4.content.res.ResourcesCompat.getDrawable(ResourcesCompat.java:62) at com.github.amlcurran.showcaseview.StandardShowcaseDrawer.(StandardShowcaseDrawer.java:45) at com.github.amlcurran.showcaseview.ShowcaseView.(ShowcaseView.java:127) at com.github.amlcurran.showcaseview.ShowcaseView.(ShowcaseView.java:99)...
I have a strange error when exiting the app and reentering it ,the ShowcaseView is not centered,I use this code in a Fragment. This my code for : ``` target...
Button overlaps with floating action buttons: 
I create a text paint variable as per the sample ``` Typeface typeface = Typeface.createFromAsset(activity.getAssets(), "fonts/Vollkorn-Regular.otf"); paint = new TextPaint(Paint.ANTI_ALIAS_FLAG); paint.setTypeface(typeface); paint.setTextAlign(Paint.Align.LEFT); ``` I then set this to my current...
I want to know **how can we implement this library in action bar item**? I have two items in my _main.xml_ file: ``` ``` I want the user to know...