Code Monkey home page Code Monkey logo

Comments (3)

Ryanhustler420 avatar Ryanhustler420 commented on August 17, 2024 2

use .renderOverNavigationBar() chain method.

`
String[] ids = new String[]{"one", "two"};

    // single example
    new MaterialShowcaseView.Builder(this)
            .setTarget(findViewById(R.id.fetch_button))
            .setDismissText("GOT IT")
            .setContentText("Smash this button to see all the products of this shop.")
            .setDelay(1000) // optional but starting animations immediately in onCreate can make them choppy
            .singleUse(ids[0]) // provide a unique ID used to ensure it is only shown once
            .renderOverNavigationBar()
            .setMaskColour(getResources().getColor(R.color.colorAccent))
            .show();

`

from materialshowcaseview.

haldertaer avatar haldertaer commented on August 17, 2024

I'm having the same issue. Does anyone know how to solve this?

from materialshowcaseview.

adamGT avatar adamGT commented on August 17, 2024

I'm having the same issue. Does anyone know how to solve this?

if your using it as a user guide,I recommend to try another method like a quick Tutorial gif , that's what I did, but if you need this library, You can create a child class which extends MaterialShowcaseView and override all of it and change the 319 line(contentLP.bottomMargin = mBottomMargin;) ot (contentLP.bottomMargin = 0;).
It have major disadvantages but that would be a quick fix.

from materialshowcaseview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.