Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7303)

Unified Diff: chrome/browser/resources/chromeos/login/oobe_voice_interaction_value_prop.html

Issue 2952943002: Update voice interaction OOBE with new UX spec (Closed)
Patch Set: Rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/login/oobe_voice_interaction_value_prop.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_voice_interaction_value_prop.html b/chrome/browser/resources/chromeos/login/oobe_voice_interaction_value_prop.html
index 6721171376d17c7e469b8d240553a12ffe53b8f5..e209ae8d1baf75e22d87f8ef8156ec26bfd58aef 100644
--- a/chrome/browser/resources/chromeos/login/oobe_voice_interaction_value_prop.html
+++ b/chrome/browser/resources/chromeos/login/oobe_voice_interaction_value_prop.html
@@ -8,17 +8,18 @@
<template>
<link rel="stylesheet" href="oobe_voice_interaction_value_prop.css">
<link rel="stylesheet" href="oobe_dialog_parameters.css">
- <oobe-dialog id="voiceInteractionValuePropDialog" role="dialog" hide-shadow
- has-buttons no-footer-padding>
+ <oobe-dialog id="voice-dialog" role="dialog" hide-shadow
+ has-buttons no-footer-padding android>
<div class = "header">
<webview id="value-prop-view"></webview>
</div>
<div class="bottom-buttons flex layout horizontal">
- <div class="flex"></div>
- <oobe-text-button id="noThanksButton" border on-tap="onNoThanksTap_">
+ <oobe-text-button id="noThanksButton" android on-tap="onNoThanksTap_">
<div i18n-content="voiceInteractionValuePropNoThanksButton"></div>
</oobe-text-button>
- <oobe-text-button id="continueButton" inverse on-tap="onContinueTap_">
+ <div class="flex"></div>
+ <oobe-text-button id="continueButton" inverse android
+ on-tap="onContinueTap_">
<div i18n-content="voiceInteractionValuePropContinueButton"></div>
</oobe-text-button>
</div>

Powered by Google App Engine
This is Rietveld 408576698