Using SlidingPaneLayout from the right-hand side?
问题 Is it possible to somehow use Android's SlidingPaneLayout to do exactly what it does except from the opposite side? I.e. I want to bezel swipe the right-hand side of the screen instead of the left-hand side to expose the second pane, and it slides in from the right instead of the left. Ideally I'm looking for a way to do it with this layout, or a modification of it. 回答1: i think it is possible, just as this one did it from the bottom. check the difference between it and the original code, and