MaterialIntroView icon indicating copy to clipboard operation
MaterialIntroView copied to clipboard

Material Intro View is a showcase android library.

Results 56 MaterialIntroView issues
Sort by recently updated
recently updated
newest added

when we write s-> intro2.show() => it is showing error for .show() It is also saying that .show() is for android.activity activity etc... Please help me.........

Hello, I am not getting androidx 2.0.0 version which is listed in pull request #90

I have this code: mscc.showcase(getActivity(), getString(R.string.new_deal_name), getActivity().findViewById(R.id.task_name), focus, 0, Constants.SHOWCASE_UNIQUEID_TASKNAME, FocusGravity.CENTER, true).show(getActivity()); mscc.showcase().setListener(new MaterialIntroListener() { @Override public void onUserClicked(String materialIntroViewId) { msccViewNumber = 2; mscc.showcase(getActivity(), getString(R.string.new_deal_access), getActivity().findViewById(R.id.task_category), focus, 0, Constants.SHOWCASE_UNIQUEID_ACCESSLEVEL,...

Full screen of device is greyed out. View is visible but no focus on views, instead....full screen greyed out like a shadow color...semi transparent

I'm gettings this error ``` Error:Execution failed for task ':app:processDebugManifest'. > Manifest merger failed : Attribute application@label value=(@string/my_app_name) from AndroidManifest.xml:14:9-51 is also present at [com.github.iammert:MaterialIntroView:1.5.2] AndroidManifest.xml:13:9-41 value=(@string/app_name). Suggestion: add 'tools:replace="android:label"'...

I am willing to let user skip the long intro. How to do that?

Hi All, Tried going through issues but still not able to find out how to show the intro every time when user opens the activity. Please guide me through it....

Hello, how can i select the burger menu, like in the example ![Image of art_drawer](https://raw.githubusercontent.com/iammert/MaterialIntroView/master/art/art_drawer.png)