KingsMentor / android-3d-flip-view-transition

Automatically exported from code.google.com/p/android-3d-flip-view-transition
0 stars 0 forks source link

FlipView Transition between MapView and ListView #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I've a FlipView with a MapView and a ListView
2. The first view is MapView and when changing to Listview everything works fine
3. Changing back to MapView I can not scroll anymore in the MapView (the scroll 
seem to be attached to ListView)

What is the expected output? What do you see instead?
Mantain the focus in MapView

What version of the product are you using? On what operating system?
Android 4.0.3

Please provide any additional information below.

Original issue reported on code.google.com by l.vit...@gmail.com on 26 Mar 2012 at 1:51

GoogleCodeExporter commented 9 years ago
I get the same error; When I try to change from a ListView child to a 
RelativeLayout child that contains a fragment. The image or canvas of the 
fragment get frozen and don't display the animation.

Original comment by agustin....@arzion.com on 30 Sep 2013 at 5:23