Android Question exoplayer with full screen

Erel

B4X founder
Staff member
Licensed User
Longtime User
 
Upvote 0

invocker

Active Member
i fix it by adding
B4X:
Dim jo As JavaObject = SimpleExoPlayerView1
    jo.RunMethod("setResizeMode", Array(2)) ' 0 = FIT, 1 = FIXED_WIDTH, 2 = FIXED_HEIGHT, 3 = FILL, 4 = ZOOM
or set it manually with change from fit to FIXED_HEIGHT
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…