mirror of https://github.com/wayvr-org/wayvr.git
16 lines
561 B
XML
16 lines
561 B
XML
<layout>
|
|
<include src_builtin="welcome_common.xml"/>
|
|
|
|
<elements>
|
|
<rectangle color="#103142" width="100%" height="100%" position="absolute"/>
|
|
<Video macro="video_overlay_component" src_builtin="video/onboarding_watch.ivf" aspect_ratio="1.0">
|
|
<div macro="video_overlay_content">
|
|
<PageTitle icon="dashboard/watch.svg" title="Watch"/>
|
|
<div position="relative" align_self="end" padding="16">
|
|
<TextDesc text="Look at your left wrist. That's your watch."/>
|
|
</div>
|
|
</div>
|
|
</Video>
|
|
</elements>
|
|
</layout>
|