Android customize stackview
问题 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" . 来源: https://stackoverflow.com/questions/14029048/android-customize-stackview