9

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

The stackview default order and view is this :

Stackview Default view

And i"m trying to get to something more like this : enter image description here

Any help will be appreciated

Shimi

shimiDroid
  • 201
  • 4
  • 9

1 Answers1

-3

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" .

android developer
  • 114,585
  • 152
  • 739
  • 1,270