I have searched the internet but I couldn't find some good explanation or advice. Basically, I want to implement this functionality.
on slide down
I used the StackView class and all I get is this "diagonal" stack
I want views to be one behind another, as in the pictures above.
Similar question is asked here -> Android customize stackview, but I couldn't find any satisfying answers.
I have read the code for StackView as suggested, but honestly, I don't know how would I customize it to get what I want. When I change the value of PERSPECTIVE_SHIFT_FACTOR_X or PERSPECTIVE_SHIFT_FACTOR_Y nothing changes and I get the same "diagonal view". Am I missing something?
Thanks in advance for the answers.