blipinsk / FlippableStackView

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

StackAlways Aligned Center #28

Closed trinadhkoya closed 7 years ago

trinadhkoya commented 7 years ago

I just want to make it aligned to quite right of my Layout.But it always aligned to centered only.Even though i make some changes like layout:gravity:start and so on

blipinsk commented 7 years ago

I already answered that through email:

FlippableStackView only supports „moving” the stack within the chosen orientation (i.e. top/center/bottom for vertical stack).

In other words you cannot use gravity to align it to right or left.