Skip to content

Commit f894c02

Browse files
Sky MaliceChromium LUCI CQ
Sky Malice
authored and
Chromium LUCI CQ
committed
Restore arrow in send tab illustration.
Fixed: 1347186 Change-Id: Ia1c3cf0f2cf8ad5a3d98d4ca5c09edccc5e26d80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3785075 Reviewed-by: Victor Vianna <victorvianna@google.com> Reviewed-by: Jeffrey Cohen <jeffreycohen@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/main@{#1028465}
1 parent 8573a29 commit f894c02

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

chrome/android/java/res/drawable/shared_clipboard_zero_state_dark.xml

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
android:height="129dp"
1111
android:viewportWidth="412"
1212
android:viewportHeight="129">
13+
<path
14+
android:pathData="M149.35,95.785L149.35,104.501C154.279,106.074 159.781,107.121 165.72,107.146C181.147,107.213 195.823,100.395 209.339,86.884L203.536,81.082C191.649,92.965 178.965,98.974 165.835,98.944C159.791,98.929 154.216,97.625 149.35,95.785Z"
15+
android:strokeWidth="1"
16+
android:fillColor="#E8E9EB"
17+
android:fillType="evenOdd"
18+
android:strokeColor="#00000000"/>
1319
<path
1420
android:pathData="M148.9,95.729L148.9,104.445C153.828,106.017 159.328,107.063 165.265,107.088C180.692,107.155 195.369,100.337 208.885,86.826L203.081,81.024C191.195,92.907 178.51,98.917 165.38,98.886C159.338,98.871 153.765,97.568 148.9,95.729Z"
1521
android:strokeWidth="1"

chrome/android/java/res/drawable/shared_clipboard_zero_state_light.xml

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
android:height="129dp"
1111
android:viewportWidth="412"
1212
android:viewportHeight="129">
13+
<path
14+
android:pathData="M149.35,95.785L149.35,104.501C154.279,106.074 159.781,107.121 165.72,107.146C181.147,107.213 195.823,100.395 209.339,86.884L203.536,81.082C191.649,92.965 178.965,98.974 165.835,98.944C159.791,98.929 154.216,97.625 149.35,95.785Z"
15+
android:strokeWidth="1"
16+
android:fillColor="#E8E9EB"
17+
android:fillType="evenOdd"
18+
android:strokeColor="#00000000"/>
1319
<path
1420
android:pathData="M102.339,18.49L98.518,18.49C92.836,18.49 88.229,23.094 88.229,28.774C88.229,66.31 88.229,91.058 88.229,103.017"
1521
android:strokeLineJoin="round"

chrome/browser/share/android/javatests/src/org/chromium/chrome/browser/share/send_tab_to_self/SendTabToSelfBottomSheetRenderTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public class SendTabToSelfBottomSheetRenderTest extends BlankUiTestActivityTestC
5252
public final RenderTestRule mRenderTestRule =
5353
RenderTestRule.Builder.withPublicCorpus()
5454
.setBugComponent(RenderTestRule.Component.UI_BROWSER_SHARING)
55-
.setRevision(1)
55+
.setRevision(2)
5656
.build();
5757
@Rule
5858
public final MockitoRule mMockitoRule = MockitoJUnit.rule();

0 commit comments

Comments
 (0)