Giter Club home page Giter Club logo

Comments (2)

kabumere avatar kabumere commented on May 23, 2024

Hey @Burakito,

This seems like a very unique use case, so I'm hesitant to add the functionality to the official published API. However, there's an easy workaround to accomplish your desired effect:

  1. Clone the library and add it to your project (so don't pull it in from Maven Central, add the source code as a dependency to your project manually)
  2. Modify the FabOption's setOnClickListener function to directly call your custom onClick behavior without executing the default behavior when clicked (the default behavior for a FabOption's onClick includes closing the ExpandableFab). So in short, this method should now look like this:
override fun setOnClickListener(onClickListener: OnClickListener?) {
    super.setOnClickListener(onClickListener)

    setLabelOnClickListener()
}

If this functionality ever gets requested again, I may consider adding it to the library properly. And if I do, I'll comment on this ticket and let you know. As of now though, I can't imagine too many others needing to use the ExpandableFab as a container for checkboxes (though I must say that's a very cool and unique use case!).

EDIT: In case you're using an Overlay and want to prevent clicks on that from automatically closing the ExpandableFab as well, you can easily do that by deleting its overridden setOnClickListener method. So just delete this method. Any custom onClickListener you set on the Overlay will still be executed.

from expandable-fab.

kabumere avatar kabumere commented on May 23, 2024

Closing due to inactivity.

from expandable-fab.

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.