Commit 47c3c4ed authored by Luca Hunkeler's avatar Luca Hunkeler Committed by Commit Bot

[Autofill Assistant] Remove image from Onboarding and change text

Bug: b/145898741
Change-Id: I2f80ce42d903b5c2df9a83f66fbd964127e41c07
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1959971Reviewed-by: default avatarMathias Carlen <mcarlen@chromium.org>
Commit-Queue: Luca Hunkeler <hluca@google.com>
Cr-Commit-Position: refs/heads/master@{#723397}
parent 868fd439
......@@ -18,16 +18,6 @@
android:gravity="center_horizontal"
android:orientation="vertical">
<!-- Image background -->
<ImageView
android:id="@+id/onboarding_image"
tools:ignore="contentDescription"
android:layout_width="250dp"
android:layout_height="wrap_content"
android:scaleType="centerCrop"
android:src="@drawable/autofill_assistant_onboarding_bg"
android:layout_marginTop="12dp" />
<!-- "Try Google Assistant in Chrome" -->
<ImageView
android:id="@+id/onboarding_try_assistant"
......
......@@ -172,7 +172,6 @@ class AssistantOnboardingCoordinator {
// Hide views that should not be displayed when showing the small onboarding.
if (Arrays.asList(mExperimentIds.split(",")).contains(SMALL_ONBOARDING_EXPERIMENT_ID)) {
hide(initView, R.id.onboarding_image);
hide(initView, R.id.onboarding_subtitle);
hide(initView, R.id.onboarding_separator);
}
......
......@@ -140,13 +140,13 @@
<release allow_pseudo="false" seq="1">
<messages fallback_to_english="true">
<message name="IDS_INIT_OK" desc="Init screen confirmation text.">
I accept
I agree
</message>
<message name="IDS_AUTOFILL_ASSISTANT_INIT_MESSAGE" desc="Onboarding message describing autofill assistant's capability.">
Google Assistant saves you time by helping you check out on the web
Google Assistant saves you time by helping you complete actions on the web, like search and checkout.
</message>
<message name="IDS_AUTOFILL_ASSISTANT_GOOGLE_TERMS_DESCRIPTION" desc="Message linking to the Google terms and conditions for Google Assistant in Chrome.">
Chrome will send the site’s URL and content as well as your email and credit card type saved in Chrome to Google. You can turn this off in Chrome settings. <ph name="BEGIN_LINK">&lt;link&gt;</ph>Learn&#xA0;more<ph name="END_LINK">&lt;/link&gt;</ph>
Google Assistant sends queries (text and voice) to Chrome. Chrome will send the site's URL and content as well as relevant personal information to Google. Depending on the query this can include email and credit card type. You can turn this off in Chrome settings. <ph name="BEGIN_LINK">&lt;link&gt;</ph>Learn&#xA0;more<ph name="END_LINK">&lt;/link&gt;</ph>
</message>
<message name="IDS_AUTOFILL_ASSISTANT_GOOGLE_TERMS_URL" desc="URL for Google Autofill Assistant Terms of Service" translateable="false">
http://support.google.com/assistant?p=fast_checkout
......
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