Commit ba3f1c66 authored by Clemens Arbesser's avatar Clemens Arbesser Committed by Commit Bot

Replaced onboarding image.

Also adjusted the paddings to account for the different aspect ratio of the new image.

Bug: 806868
Change-Id: I7bd161dfd8b74b784d934ba5ec1dce37793bfe85
Reviewed-on: https://chromium-review.googlesource.com/c/1352161Reviewed-by: default avatarPeter Wen <wnwen@chromium.org>
Reviewed-by: default avatarTheresa <twellington@chromium.org>
Commit-Queue: Theresa <twellington@chromium.org>
Cr-Commit-Position: refs/heads/master@{#612227}
parent 53634656
...@@ -119,6 +119,8 @@ Still reading? ...@@ -119,6 +119,8 @@ Still reading?
<ignore regexp="content/public/android/java/res/drawable-xxxhdpi"/> <ignore regexp="content/public/android/java/res/drawable-xxxhdpi"/>
<ignore regexp="ui/android/java/res/drawable-xxhdpi"/> <ignore regexp="ui/android/java/res/drawable-xxhdpi"/>
<ignore regexp="ui/android/java/res/drawable-xxxhdpi"/> <ignore regexp="ui/android/java/res/drawable-xxxhdpi"/>
<!-- This is intentional to reduce APK size. See: http://crrev/c/1352161 -->
<ignore regexp="chrome/android/java/res_autofill_assistant/drawable-*"/>
</issue> </issue>
<issue id="IconDipSize"> <issue id="IconDipSize">
<ignore regexp="chromecast/internal"/> <ignore regexp="chromecast/internal"/>
......
...@@ -38,10 +38,13 @@ ...@@ -38,10 +38,13 @@
<ImageView <ImageView
tools:ignore="contentDescription" tools:ignore="contentDescription"
android:layout_width="250dp" android:layout_width="250dp"
android:layout_height="170dp" android:layout_height="141dp"
android:scaleType="centerCrop" android:scaleType="centerCrop"
android:src="@drawable/onboarding_background" android:src="@drawable/onboarding_background"
android:paddingStart="50dp"/> android:paddingStart="25dp"
android:paddingEnd="25dp"
android:paddingTop="10dp"
android:paddingBottom="15dp"/>
<TextView <TextView
android:layout_height="wrap_content" android:layout_height="wrap_content"
......
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