I have this game that made in the past few days and I have been testing it on my phone which is 4.3 (because the emulator takes forever to load using this AMD Vision processor). I tried to install the app on my tablet and another phone, running 4.1.2, and also tried on a tablet running 4.4 but the same problem occurred. The problem is that I have an up, down, left, and right slide transition that happens when replacing a fragment with another and it doesn't want to show the transition on anything but my phone. All the other functions work just as they should. The min API is 11 so I'm not worried about using support v4 and that can't be the problem if all the devices are >= 4.1.2... Is there something that I may have changed on my phone that allows me to see the transition that I didn't change on the other devices or is the problem in the code??? Any answers would be helpful as long as they don't say to add android:hardwareAccelerated="true" in manifest or to make sure the replace() is called after setCustomAnimations()
0 comments:
Post a Comment