move videoView…using translation animation
问题 I am basically trying to move the VideoView I have by using an animator on the layout that contains in. However, the video view never moves. Its layout moves, but not the video itself? How can I make the video move? here is what i have so far. the slideleft.xml <?xml version="1.0" encoding="utf-8"?> <set xmlns:android="http://schemas.android.com/apk/res/android"> <translate android:fromXDelta="0%" android:toXDelta="-50%" android:duration="200" android:fillAfter ="true" android:fillEnabled=