Skip to content
This repository was archived by the owner on Jun 8, 2024. It is now read-only.

Commit c16eb64

Browse files
committed
Res: Add scan shortcut adaptive icon
Signed-off-by: Fung Gwo <[email protected]>
1 parent d4f4367 commit c16eb64

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@color/grey_200"/>
4+
<foreground android:drawable="@drawable/ic_shortcut_scan_foreground"/>
5+
</adaptive-icon>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="108dp"
3+
android:height="108dp"
4+
android:viewportWidth="24.0"
5+
android:viewportHeight="24.0">
6+
<group
7+
android:scaleX="0.444"
8+
android:scaleY="0.444"
9+
android:translateX="6.6"
10+
android:translateY="6.6">
11+
<path
12+
android:fillColor="@color/pink_700"
13+
android:pathData="M5,15L3,15v4c0,1.1 0.9,2 2,2h4v-2L5,19v-4zM5,5h4L9,3L5,3c-1.1,0 -2,0.9 -2,2v4h2L5,5zM19,3h-4v2h4v4h2L21,5c0,-1.1 -0.9,-2 -2,-2zM19,19h-4v2h4c1.1,0 2,-0.9 2,-2v-4h-2v4zM12,8c-2.21,0 -4,1.79 -4,4s1.79,4 4,4 4,-1.79 4,-4 -1.79,-4 -4,-4zM12,14c-1.1,0 -2,-0.9 -2,-2s0.9,-2 2,-2 2,0.9 2,2 -0.9,2 -2,2z"/>
14+
</group>
15+
</vector>

0 commit comments

Comments
 (0)