diff options
| -rw-r--r-- | core/res/res/drawable/sym_def_app_icon.xml | 6 | ||||
| -rw-r--r-- | core/res/res/drawable/sym_def_app_icon_background.xml | 52 | ||||
| -rw-r--r-- | core/res/res/mipmap-hdpi/sym_def_app_icon_foreground.png | bin | 0 -> 5117 bytes | |||
| -rw-r--r-- | core/res/res/mipmap-hdpi/sym_def_app_icon_maskable.png | bin | 3498 -> 0 bytes | |||
| -rw-r--r-- | core/res/res/mipmap-mdpi/sym_def_app_icon_foreground.png | bin | 0 -> 2652 bytes | |||
| -rw-r--r-- | core/res/res/mipmap-mdpi/sym_def_app_icon_maskable.png | bin | 2190 -> 0 bytes | |||
| -rw-r--r-- | core/res/res/mipmap-xhdpi/sym_def_app_icon_foreground.png | bin | 0 -> 7011 bytes | |||
| -rw-r--r-- | core/res/res/mipmap-xhdpi/sym_def_app_icon_maskable.png | bin | 4912 -> 0 bytes | |||
| -rw-r--r-- | core/res/res/mipmap-xxhdpi/sym_def_app_icon_foreground.png | bin | 0 -> 14578 bytes | |||
| -rw-r--r-- | core/res/res/mipmap-xxhdpi/sym_def_app_icon_maskable.png | bin | 8059 -> 0 bytes | |||
| -rw-r--r-- | core/res/res/mipmap-xxxhdpi/sym_def_app_icon_foreground.png | bin | 0 -> 21908 bytes | |||
| -rw-r--r-- | core/res/res/mipmap-xxxhdpi/sym_def_app_icon_maskable.png | bin | 11109 -> 0 bytes |
12 files changed, 54 insertions, 4 deletions
diff --git a/core/res/res/drawable/sym_def_app_icon.xml b/core/res/res/drawable/sym_def_app_icon.xml index 9c024025d4aa..129d38a74750 100644 --- a/core/res/res/drawable/sym_def_app_icon.xml +++ b/core/res/res/drawable/sym_def_app_icon.xml @@ -1,9 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> - <background android:drawable="@android:color/white" /> + <background android:drawable="@drawable/sym_def_app_icon_background" /> <foreground> - <inset android:inset="27.7%"> - <bitmap android:src="@mipmap/sym_def_app_icon"/> - </inset> + <bitmap android:src="@mipmap/sym_def_app_icon_foreground"/> </foreground> </adaptive-icon> diff --git a/core/res/res/drawable/sym_def_app_icon_background.xml b/core/res/res/drawable/sym_def_app_icon_background.xml new file mode 100644 index 000000000000..57552101e869 --- /dev/null +++ b/core/res/res/drawable/sym_def_app_icon_background.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<vector + android:height="108dp" + android:width="108dp" + android:viewportHeight="108.0" + android:viewportWidth="108.0" + xmlns:android="http://schemas.android.com/apk/res/android"> + <path android:fillColor="@android:color/material_deep_teal_500" + android:pathData="M0,0h108v108h-108z" + android:strokeColor="#66FFFFFF" android:strokeWidth="0.8"/> + <path android:fillColor="#00000000" android:pathData="M19,0L19,108" + android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/> + <path android:fillColor="#00000000" android:pathData="M9,0L9,108" + android:strokeColor="#66FFFFFF" android:strokeWidth="0.8"/> + <path android:fillColor="#00000000" android:pathData="M39,0L39,108" + android:strokeColor="#66FFFFFF" android:strokeWidth="0.8"/> + <path android:fillColor="#00000000" android:pathData="M29,0L29,108" + android:strokeColor="#66FFFFFF" android:strokeWidth="0.8"/> + <path android:fillColor="#00000000" android:pathData="M59,0L59,108" + android:strokeColor="#66FFFFFF" android:strokeWidth="0.8"/> + <path android:fillColor="#00000000" android:pathData="M49,0L49,108" + android:strokeColor="#66FFFFFF" android:strokeWidth="0.8"/> + <path android:fillColor="#00000000" android:pathData="M79,0L79,108" + android:strokeColor="#66FFFFFF" android:strokeWidth="0.8"/> + <path android:fillColor="#00000000" android:pathData="M69,0L69,108" + android:strokeColor="#66FFFFFF" android:strokeWidth="0.8"/> + <path android:fillColor="#00000000" android:pathData="M89,0L89,108" + android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/> + <path android:fillColor="#00000000" android:pathData="M99,0L99,108" + android:strokeColor="#66FFFFFF" android:strokeWidth="0.8"/> + <path android:fillColor="#00000000" android:pathData="M0,89L108,89" + android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/> + <path android:fillColor="#00000000" android:pathData="M0,99L108,99" + android:strokeColor="#66FFFFFF" android:strokeWidth="0.8"/> + <path android:fillColor="#00000000" android:pathData="M0,69L108,69" + android:strokeColor="#66FFFFFF" android:strokeWidth="0.8"/> + <path android:fillColor="#00000000" android:pathData="M0,79L108,79" + android:strokeColor="#66FFFFFF" android:strokeWidth="0.8"/> + <path android:fillColor="#00000000" android:pathData="M0,49L108,49" + android:strokeColor="#66FFFFFF" android:strokeWidth="0.8"/> + <path android:fillColor="#00000000" android:pathData="M0,59L108,59" + android:strokeColor="#66FFFFFF" android:strokeWidth="0.8"/> + <path android:fillColor="#00000000" android:pathData="M0,29L108,29" + android:strokeColor="#66FFFFFF" android:strokeWidth="0.8"/> + <path android:fillColor="#00000000" android:pathData="M0,39L108,39" + android:strokeColor="#66FFFFFF" android:strokeWidth="0.8"/> + <path android:fillColor="#00000000" android:pathData="M0,19L108,19" + android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/> + <path android:fillColor="#00000000" android:pathData="M0,9L108,9" + android:strokeColor="#66FFFFFF" android:strokeWidth="0.8"/> +</vector> + diff --git a/core/res/res/mipmap-hdpi/sym_def_app_icon_foreground.png b/core/res/res/mipmap-hdpi/sym_def_app_icon_foreground.png Binary files differnew file mode 100644 index 000000000000..4e526c95b4d6 --- /dev/null +++ b/core/res/res/mipmap-hdpi/sym_def_app_icon_foreground.png diff --git a/core/res/res/mipmap-hdpi/sym_def_app_icon_maskable.png b/core/res/res/mipmap-hdpi/sym_def_app_icon_maskable.png Binary files differdeleted file mode 100644 index bf58413aad51..000000000000 --- a/core/res/res/mipmap-hdpi/sym_def_app_icon_maskable.png +++ /dev/null diff --git a/core/res/res/mipmap-mdpi/sym_def_app_icon_foreground.png b/core/res/res/mipmap-mdpi/sym_def_app_icon_foreground.png Binary files differnew file mode 100644 index 000000000000..2c38c719088d --- /dev/null +++ b/core/res/res/mipmap-mdpi/sym_def_app_icon_foreground.png diff --git a/core/res/res/mipmap-mdpi/sym_def_app_icon_maskable.png b/core/res/res/mipmap-mdpi/sym_def_app_icon_maskable.png Binary files differdeleted file mode 100644 index 47f6f817394c..000000000000 --- a/core/res/res/mipmap-mdpi/sym_def_app_icon_maskable.png +++ /dev/null diff --git a/core/res/res/mipmap-xhdpi/sym_def_app_icon_foreground.png b/core/res/res/mipmap-xhdpi/sym_def_app_icon_foreground.png Binary files differnew file mode 100644 index 000000000000..072467eaaafb --- /dev/null +++ b/core/res/res/mipmap-xhdpi/sym_def_app_icon_foreground.png diff --git a/core/res/res/mipmap-xhdpi/sym_def_app_icon_maskable.png b/core/res/res/mipmap-xhdpi/sym_def_app_icon_maskable.png Binary files differdeleted file mode 100644 index f60b8969dab8..000000000000 --- a/core/res/res/mipmap-xhdpi/sym_def_app_icon_maskable.png +++ /dev/null diff --git a/core/res/res/mipmap-xxhdpi/sym_def_app_icon_foreground.png b/core/res/res/mipmap-xxhdpi/sym_def_app_icon_foreground.png Binary files differnew file mode 100644 index 000000000000..78a6b7a3464d --- /dev/null +++ b/core/res/res/mipmap-xxhdpi/sym_def_app_icon_foreground.png diff --git a/core/res/res/mipmap-xxhdpi/sym_def_app_icon_maskable.png b/core/res/res/mipmap-xxhdpi/sym_def_app_icon_maskable.png Binary files differdeleted file mode 100644 index 6d4f315221ec..000000000000 --- a/core/res/res/mipmap-xxhdpi/sym_def_app_icon_maskable.png +++ /dev/null diff --git a/core/res/res/mipmap-xxxhdpi/sym_def_app_icon_foreground.png b/core/res/res/mipmap-xxxhdpi/sym_def_app_icon_foreground.png Binary files differnew file mode 100644 index 000000000000..68ebe33fe237 --- /dev/null +++ b/core/res/res/mipmap-xxxhdpi/sym_def_app_icon_foreground.png diff --git a/core/res/res/mipmap-xxxhdpi/sym_def_app_icon_maskable.png b/core/res/res/mipmap-xxxhdpi/sym_def_app_icon_maskable.png Binary files differdeleted file mode 100644 index 08e54d009a18..000000000000 --- a/core/res/res/mipmap-xxxhdpi/sym_def_app_icon_maskable.png +++ /dev/null |