blipinsk / FlippableStackView

An Android library introducing a stack of Views with the first item being flippable.
Apache License 2.0
809 stars 150 forks source link

How to show StakView with increased overlap height without bottom clip #7

Open Varnesh opened 9 years ago

Varnesh commented 9 years ago

Hi Blipinsk,

Thanks for wonderful library. I could able to achieve Stack of Cards UI with more overlap height in between the cards. I have referred the code from branch "feature/Stack_Anchoring". The implementation is in the exact way I wanted. But I have stuck with a problem with this implementation. With overlap factor of 10.0f, the bottom part of the Stack View is clipped. But items will be shown as it is in the master branch implementation with much smaller overlap height. I want to have larger overlap height as in Stack_Anchoring branch implementation without bottom part of the Stack clipped. How can I achieve this? Please help me.

Regards Varnesh

blipinsk commented 9 years ago

Hi Varnesh! Could you provide with some sort of illustration of the ui you want to achieve?

Best, Bartosz

Varnesh commented 9 years ago

Hi Bartosz,

I want the behavior as in attached image.

expected_stackview_impl

Thanks, Varnesh

Varnesh commented 9 years ago

Hi Bartosz,

Any update on this?. Hope I have given the clear picture of my requirement. Do I need to customize the library matching my requirements? If so, tell me out of the classes OrientedViewPager and StackPageTransformer, which one I need to look into?

Regards Varnesh