siddhartha verma

Results 4 comments of siddhartha verma

it don't work as there isn't any property as Controlls position that i could set as RESIZE_MODE_FILL in horizontal orientation.

``` @Composable fun XpPlayer() { val context = LocalContext.current fun buildCustomDrmSessionManager(): DrmSessionManager { val userAgent = "1" val dataSourceFactory = DefaultHttpDataSource.Factory().setUserAgent(userAgent) .setDefaultRequestProperties(mapOf("X-AxDRM-Message" to "")) val drmCallback: MediaDrmCallback = HttpMediaDrmCallback("", dataSourceFactory)...

when i added `modifier = Modifier.width(700.dp).aspectRatio(16/9f)` ``` AndroidView( factory = { ctx -> PlayerView(ctx).apply { player = exoPlayer useController = true // Set to false if you want to hide...

this happen when auto rotate, but when rotate onclick means of full screen button then it is okay