I have two Layouts (screens) within ViewFlipper. Assume first layout width is longer than the second layout width. (Let's say, first layout width is 1000dp and second one has width of 500dp).
I can switch between these two screens easily. At the beginning first screen is fully displayed. When I click a button, second screen will come from right and first screen goes to the left. But I want to keep the second screen and (remember, second screen has less width) a portion of the first screen. That means a half of the first screen disappear. How can I do this?