Colton Idle
02/08/2024, 8:24 PMAndroidView(
factory = { ctx ->
AspectRatioSurfaceView(ctx).apply {
how can I rotate/mirror it?Colton Idle
02/08/2024, 8:25 PMAndroidView(
modifier = Modifier.graphicsLayer(rotationX = 180f),
Doesn't work. No change in the result.Colton Idle
02/08/2024, 8:25 PMAndroidView(
factory = { ctx ->
AspectRatioSurfaceView(ctx).apply {
rotationX = 180F
still doesn't workColton Idle
02/08/2024, 8:25 PMColton Idle
02/08/2024, 8:28 PMColton Idle
02/08/2024, 8:35 PMColton Idle
02/08/2024, 8:59 PMromainguy
02/08/2024, 10:02 PMAndroidExternalSurface
to use in place of SurfaceView
romainguy
02/08/2024, 10:03 PMromainguy
02/08/2024, 10:04 PMColton Idle
02/09/2024, 9:04 AMColton Idle
02/10/2024, 6:21 AMromainguy
02/10/2024, 6:38 AMColton Idle
02/10/2024, 6:44 AMromainguy
02/10/2024, 6:45 AMromainguy
02/10/2024, 6:45 AMColton Idle
02/10/2024, 6:58 AMSergey Y.
02/10/2024, 5:37 PMSergey Y.
02/10/2024, 5:39 PMromainguy
02/10/2024, 5:49 PMSergey Y.
02/10/2024, 5:52 PMromainguy
02/10/2024, 5:53 PMSergey Y.
02/10/2024, 5:53 PMromainguy
02/10/2024, 5:54 PMSergey Y.
02/10/2024, 5:58 PMromainguy
02/10/2024, 5:59 PMromainguy
02/10/2024, 6:04 PMromainguy
02/10/2024, 6:04 PMSergey Y.
02/10/2024, 6:07 PMSergey Y.
02/10/2024, 6:14 PMromainguy
02/10/2024, 6:17 PMSergey Y.
02/10/2024, 6:23 PMSergey Y.
02/10/2024, 7:24 PM