diff options
Diffstat (limited to 'meta-agl-flutter/recipes-graphics/toyota/files/gallery_on_bg-release.json')
-rw-r--r-- | meta-agl-flutter/recipes-graphics/toyota/files/gallery_on_bg-release.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-agl-flutter/recipes-graphics/toyota/files/gallery_on_bg-release.json b/meta-agl-flutter/recipes-graphics/toyota/files/gallery_on_bg-release.json new file mode 100644 index 00000000..6a2a8448 --- /dev/null +++ b/meta-agl-flutter/recipes-graphics/toyota/files/gallery_on_bg-release.json @@ -0,0 +1,10 @@ +{ + "view" : [ { + "window_type" : "BG", + "bundle_path" : "/usr/share/flutter/gallery", + "width" : 1920, + "height": 1080, + "fullscreen": true + } + ] +} |