hicaltech87 Member Aug 14, 2021 #1 Anyone know how to create rounded video with exoplayer?, Just try using panel as parent for exoplayerview but still not rounded the video
Anyone know how to create rounded video with exoplayer?, Just try using panel as parent for exoplayerview but still not rounded the video
Alexander Stolte Expert Licensed User Longtime User Aug 14, 2021 #2 hicaltech87 said: Just try using panel as parent for exoplayerview but still not rounded the video Click to expand... try to put your "Parent" to "pnl". B4X: Dim jo As JavaObject = pnl jo.RunMethod("setClipToOutline", Array(True)) pnl.SetColorAndBorder(pnl.Color,0,0,10dip) Upvote 0
hicaltech87 said: Just try using panel as parent for exoplayerview but still not rounded the video Click to expand... try to put your "Parent" to "pnl". B4X: Dim jo As JavaObject = pnl jo.RunMethod("setClipToOutline", Array(True)) pnl.SetColorAndBorder(pnl.Color,0,0,10dip)
hicaltech87 Member Aug 15, 2021 #3 Alexander Stolte said: try to put your "Parent" to "pnl". B4X: Dim jo As JavaObject = pnl jo.RunMethod("setClipToOutline", Array(True)) pnl.SetColorAndBorder(pnl.Color,0,0,10dip) Click to expand... ok i will try Upvote 0
Alexander Stolte said: try to put your "Parent" to "pnl". B4X: Dim jo As JavaObject = pnl jo.RunMethod("setClipToOutline", Array(True)) pnl.SetColorAndBorder(pnl.Color,0,0,10dip) Click to expand... ok i will try