- miniplayer.ui: VideoPlayer 100% fullscreen (Bricks renders video) - BricksAppView: loads .ui via BricksView, ZStack overlays native controls - ControlToolbar: semi-transparent (0.6 opacity), slides from bottom - 30-second auto-hide timer with mouse-hover reset - Left-top icon toggles toolbar visibility
9 lines
119 B
XML
9 lines
119 B
XML
{
|
|
"widgettype": "VideoPlayer",
|
|
"id": "videoPlayer",
|
|
"options": {
|
|
"width": "100%",
|
|
"height": "100%"
|
|
}
|
|
}
|