Giter Site home page Giter Site logo

Comments (6)

soarcn avatar soarcn commented on June 24, 2024

You can override android:layoutAnimation, please check the sample application to know more about it

from bottomsheet.

vemacs avatar vemacs commented on June 24, 2024
    <style name="BottomSheet.StyleList" parent="BottomSheet.List.Dark" >
        <item name="android:listSelector">@drawable/list_selector</item>
        <item name="android:layoutAnimation">@null</item>
    </style>

Still displays the menu layout expand animation.

from bottomsheet.

vemacs avatar vemacs commented on June 24, 2024

In fact, I've deleted that anim file and set android:layoutAnimation to @null for everything, and still somehow get the menu expansion animation: https://gfycat.com/MasculineForcefulEwe

I just want the menu layout to not animate out, like the lollipop share intent selector.

from bottomsheet.

soarcn avatar soarcn commented on June 24, 2024

@vemacs What's you done is correct, but it only affect "style" item, just check it out.

from bottomsheet.

vemacs avatar vemacs commented on June 24, 2024

@soarcn Sorry for being dumb, but I set it to @null for every single one of the styles and it still animates. Do you have any examples for the default layout XML to disable this?

from bottomsheet.

soarcn avatar soarcn commented on June 24, 2024

@vemacs You need to set bottomSheetStyle in your application/activity theme. If you do not know how to style application by using style.xml, you can please check google's document or you can show your application's styles.xml/manifest.xml here, and I could help you.

from bottomsheet.

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.