问题 I am in an app which requires stackview. But I have to implement horizontal swiping to switch between stackview items and UI looks as that of as normal one. Please help me to make it. I have already checked this link. But in it UI is just a cover flow. I want to make the UI look same as stackview. 回答1: iam create a custom stack-view public class custom_stackview extends StackView{ float x1, x2, y1, y2, dx, dy; public custom_stackview(Context context, AttributeSet attrs) { super(context, attrs