Commit 70ef44d5 authored by Yue Cen's avatar Yue Cen Committed by Commit Bot

Fast app reinstall: Add video in the app downloading screen

Bug: 835029
Change-Id: Ie39c2ab0956f01ce51bdf1e2fa0e8de30de51160
Reviewed-on: https://chromium-review.googlesource.com/1144272Reviewed-by: default avatarWenzhao (Colin) Zang <wzang@chromium.org>
Reviewed-by: default avatarAlexander Alekseev <alemate@chromium.org>
Commit-Queue: Yue Cen <rsgingerrs@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583470}
parent 6e8db571
...@@ -17,3 +17,8 @@ ...@@ -17,3 +17,8 @@
#app-downloading-video-container { #app-downloading-video-container {
margin: 80px auto auto; margin: 80px auto auto;
} }
#app-downloading-video-container video {
height: 204px;
width: 230px;
}
...@@ -22,7 +22,13 @@ ...@@ -22,7 +22,13 @@
[[i18nDynamic(locale, 'appDownloadingScreenDescription')]] [[i18nDynamic(locale, 'appDownloadingScreenDescription')]]
</div> </div>
<div id="app-downloading-video-container" slot="footer"> <div id="app-downloading-video-container" slot="footer">
<!-- TODO(rsgingerrs): add the app downloading video --> <if expr="chromeos and _google_chrome">
<video loop="loop" autoplay="autoplay" muted>
<source
src="../../../internal/resources/arc_support/videos/app_downloading.mp4"
type="video/mp4">
</video>
</if>
</div> </div>
<div slot="bottom-buttons" class="layout horizontal end-justified"> <div slot="bottom-buttons" class="layout horizontal end-justified">
<oobe-next-button id="app-downloading-continue-setup-button" <oobe-next-button id="app-downloading-continue-setup-button"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment