Giter VIP home page Giter VIP logo

Comments (8)

madcyph3r avatar madcyph3r commented on August 17, 2024

Can you give me an example? In another project i used this lib: https://github.com/pingpongboss/StandOut and it works really well.

from advancedmaterialdrawer.

croccio avatar croccio commented on August 17, 2024

I set overlay mode first in manifest and doesn’t work
than from code editing your library and doesn’t work.
To work around this problem i set animation of toolbar with nine old android and it seems to work, but i would know if there’s a method to use system overlay

Il giorno 11/mar/2015, alle ore 12:09, madcyph3r [email protected] ha scritto:

Can you give me an example? In another project i used this lib: https://github.com/pingpongboss/StandOut https://github.com/pingpongboss/StandOut and it wworks really well.


Reply to this email directly or view it on GitHub #13 (comment).

from advancedmaterialdrawer.

madcyph3r avatar madcyph3r commented on August 17, 2024

Can you provide example code please?

from advancedmaterialdrawer.

croccio avatar croccio commented on August 17, 2024

create an activity and in oncreate(...) method before super.oncreate(...) do this

getWindow().requestFeature(Window.FEATURE_ACTIONBAR_OVERLAY) 

or this for older android
supportRequestWindowFeature(WindowCompat.FEATURE_ACTIONBAR_OVERLAY)

not work

than i set it from style and theme apply theme in manifest to the activity.
add to theme this line

    <item name="android:windowActionBarOverlay" tools:ignore="NewApi">true</item>
    <item name="windowActionBarOverlay">true</item>

from advancedmaterialdrawer.

madcyph3r avatar madcyph3r commented on August 17, 2024

I found a solution. Will come in the next update.

from advancedmaterialdrawer.

croccio avatar croccio commented on August 17, 2024

i make a pull request

Il giorno 12/mar/2015, alle ore 01:29, madcyph3r [email protected] ha scritto:

I found a solution. Will come in the next update.


Reply to this email directly or view it on GitHub #13 (comment).

from advancedmaterialdrawer.

croccio avatar croccio commented on August 17, 2024

did you see it?

from advancedmaterialdrawer.

madcyph3r avatar madcyph3r commented on August 17, 2024

I have merged your request. It's a nice solution.

from advancedmaterialdrawer.

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.