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

Commit dd6802e

Browse files
committed
Res: Add add shortcut adaptive icon
Signed-off-by: Fung Gwo <fython@163.com>
1 parent c16eb64 commit dd6802e

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
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_add_foreground"/>
5+
</adaptive-icon>
Lines changed: 15 additions & 0 deletions
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="M3,17.25V21h3.75L17.81,9.94l-3.75,-3.75L3,17.25zM20.71,7.04c0.39,-0.39 0.39,-1.02 0,-1.41l-2.34,-2.34c-0.39,-0.39 -1.02,-0.39 -1.41,0l-1.83,1.83 3.75,3.75 1.83,-1.83z"/>
14+
</group>
15+
</vector>

0 commit comments

Comments
 (0)