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

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: Adding description and transformation to Button labels 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 54fce2d76b30ec666d3bbd0ff0eba22694ff6a46..1e0d0355f79dd03ccc6fc696bff96ea5a169f247 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>
+ <oobe-dialog id="voice-dialog" role="dialog" hide-shadow
+ has-buttons no-footer 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