Is there a way to "zoom" in a video so that the entire screen is filled (borders on the left and right will be cut off)? For now, if you give 100%x and 100%y values to the videoview, a "scale to fit" is done, but that's not what I want.
Try the library listed below. You can place it in a panel, the panel can be changed to any size you wish and the VideoView will follow the size of the panel containing the view. This works on Android 2.3 and up.