In activity_main.xml add these lines of codes:- <? xml version ="1.0" encoding ="utf-8" ?> < RelativeLayout xmlns: android ="http://schemas.android.com/apk/res/android" xmlns: app ="http://schemas.android.com/apk/res-auto" xmlns: tools ="http://schemas.android.com/tools" android :layout_width ="match_parent" android :orientation ="vertical" android :layout_height ="match_parent" tools :context =".MainActivity" > < VideoView android :layout_alignParentTop ="true" android :layout_alignParentBottom ="true" android :layout_alignParentLeft ="true" android :layout_alignParentRight ="true" android :id ="@+id/simpleVideoView" android :layout_width ="fill_parent" android :layout_height ="fill_parent" /> </ RelativeLayout ...
Become a coding expert