Android customize stackview

2020-07-09 02:30发布

问题:

I"m trying to customize the StackView widget to look a little bit different.

The stackview default order and view is this :

And i"m trying to get to something more like this :

Any help will be appreciated

Shimi

回答1:

try checking out the source code of StackView .

as a first step , you can play with the parameter called "PERSPECTIVE_SHIFT_FACTOR_X" and "PERSPECTIVE_SHIFT_FACTOR_Y" .