Giter Site home page Giter Site logo

Swipe up and down about bottomsheet HOT 7 CLOSED

soarcn avatar soarcn commented on September 26, 2024
Swipe up and down

from bottomsheet.

Comments (7)

soarcn avatar soarcn commented on September 26, 2024

@deakjahn thanks for your suggestion.
I think using guestureDetector is a simple way but could not provide good enough user experience, because there is lack of user touch feedback, so I won't change it to that way.
ClosableSlidingLayout is not finished yet and yes, I don't need to handle any horizontal swipe actions , but so far the swiping to close is good enough for me. As it is a non-public class, there is always some room to improve it.

from bottomsheet.

deakjahn avatar deakjahn commented on September 26, 2024

OK, I was merely thinking of it providing a cheap and easy way to solve the opening up problem. Right now, I simply cut the menu short as you do but without adding "More", and simply call the same code you used in response to tapping More when swiped up. One simple modification needed to make it obvious that there will be more items, just like in Lollipop, to show half of the last row, in setListLayout():

list.setLayoutParams(new LinearLayout.LayoutParams(LayoutParams.MATCH_PARENT, lastChild.getBottom() + lastChild.getPaddingBottom() - lastChild.getHeight() / 2));

This is already good enough for me. :-)

from bottomsheet.

soarcn avatar soarcn commented on September 26, 2024

@deakjahn, opening up is obvious an important feature need to be added in, as soon I figure it out.
I personally not very like the "More" button, but it is defined in material design specification. and I really like your approach to suggest user to scroll.

BTW: what is the application name you mentioned in Lollipop using bottomsheet?

from bottomsheet.

deakjahn avatar deakjahn commented on September 26, 2024

Not an application but the system share dialog. Whenever I use Share from any application, a bottom sheet comes in with 3 and a half items visible, and the rest appearing when I slide it upwards. That half row clearly shows that there is more coming without any need for arrows, More items or similar. I can't see it in the design guide, either, but it's there on my device (Nexus 7 with 5.0).

I'll try to show some screenshots...

from bottomsheet.

deakjahn avatar deakjahn commented on September 26, 2024

device-2014-12-29-221347

from bottomsheet.

deakjahn avatar deakjahn commented on September 26, 2024

device-2014-12-29-221359

from bottomsheet.

soarcn avatar soarcn commented on September 26, 2024

I think this is better than specification one~~ i will try it in emulator~~ thank

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.