I have a video view of size 200dp by 200dp which retrives a video from firebase using url. Using uri.parse(url);
My problem is that the video that comes is of improper size it is usually smaller than videoview size.
So how to change the size of video that is set to videoview