aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuutaW <17158086+Trumeet@users.noreply.github.com>2019-03-02 21:55:34 -0800
committerYuutaW <17158086+Trumeet@users.noreply.github.com>2019-03-02 21:55:34 -0800
commit7582edd0af86772e98172d1aee23eca3ae85110d (patch)
treef0d81404a53bf8e2e0308c962d6365a6386a4cd5
parent2edd5485bb771adbe4f85676303ab798a2de8356 (diff)
downloadWorkMode-7582edd0af86772e98172d1aee23eca3ae85110d.tar
WorkMode-7582edd0af86772e98172d1aee23eca3ae85110d.tar.gz
WorkMode-7582edd0af86772e98172d1aee23eca3ae85110d.tar.bz2
WorkMode-7582edd0af86772e98172d1aee23eca3ae85110d.zip
feat(app): introduce completely new icon and color
Signed-off-by: YuutaW <17158086+Trumeet@users.noreply.github.com>
-rw-r--r--app/src/main/AndroidManifest.xml3
-rw-r--r--app/src/main/res/drawable-v26/ic_launcher_workmode.xml5
-rw-r--r--app/src/main/res/drawable/ic_launcher_background.xml170
-rw-r--r--app/src/main/res/drawable/ic_launcher_workmode.xml3
-rw-r--r--app/src/main/res/layout/dialog_about.xml2
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml5
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml5
-rw-r--r--app/src/main/res/mipmap-hdpi/ic_launcher.pngbin2963 -> 0 bytes
-rw-r--r--app/src/main/res/mipmap-hdpi/ic_launcher_round.pngbin4905 -> 0 bytes
-rw-r--r--app/src/main/res/mipmap-hdpi/product_logo_workmode_launcher_adaptive_background_color_108.pngbin0 -> 1492 bytes
-rw-r--r--app/src/main/res/mipmap-hdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.pngbin0 -> 5555 bytes
-rw-r--r--app/src/main/res/mipmap-hdpi/product_logo_workmode_launcher_color_48.pngbin0 -> 3866 bytes
-rw-r--r--app/src/main/res/mipmap-mdpi/ic_launcher.pngbin2060 -> 0 bytes
-rw-r--r--app/src/main/res/mipmap-mdpi/ic_launcher_round.pngbin2783 -> 0 bytes
-rw-r--r--app/src/main/res/mipmap-mdpi/product_logo_workmode_launcher_adaptive_background_color_108.pngbin0 -> 777 bytes
-rw-r--r--app/src/main/res/mipmap-mdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.pngbin0 -> 2272 bytes
-rw-r--r--app/src/main/res/mipmap-mdpi/product_logo_workmode_launcher_color_48.pngbin0 -> 2408 bytes
-rw-r--r--app/src/main/res/mipmap-nodpi/product_logo_workmode_color_1024.pngbin0 -> 42124 bytes
-rw-r--r--app/src/main/res/mipmap-nodpi/product_logo_workmode_color_512.pngbin0 -> 19473 bytes
-rw-r--r--app/src/main/res/mipmap-nodpi/product_logo_workmode_launcher_color_1024.pngbin0 -> 79104 bytes
-rw-r--r--app/src/main/res/mipmap-nodpi/product_logo_workmode_launcher_color_512.pngbin0 -> 33318 bytes
-rw-r--r--app/src/main/res/mipmap-xhdpi/ic_launcher.pngbin4490 -> 0 bytes
-rw-r--r--app/src/main/res/mipmap-xhdpi/ic_launcher_round.pngbin6895 -> 0 bytes
-rw-r--r--app/src/main/res/mipmap-xhdpi/product_logo_workmode_launcher_adaptive_background_color_108.pngbin0 -> 2910 bytes
-rw-r--r--app/src/main/res/mipmap-xhdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.pngbin0 -> 12560 bytes
-rw-r--r--app/src/main/res/mipmap-xhdpi/product_logo_workmode_launcher_color_48.pngbin0 -> 5291 bytes
-rw-r--r--app/src/main/res/mipmap-xxhdpi/ic_launcher.pngbin6387 -> 0 bytes
-rw-r--r--app/src/main/res/mipmap-xxhdpi/ic_launcher_round.pngbin10413 -> 0 bytes
-rw-r--r--app/src/main/res/mipmap-xxhdpi/product_logo_workmode_launcher_adaptive_background_color_108.pngbin0 -> 4366 bytes
-rw-r--r--app/src/main/res/mipmap-xxhdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.pngbin0 -> 22608 bytes
-rw-r--r--app/src/main/res/mipmap-xxhdpi/product_logo_workmode_launcher_color_48.pngbin0 -> 8256 bytes
-rw-r--r--app/src/main/res/mipmap-xxxhdpi/ic_launcher.pngbin9128 -> 0 bytes
-rw-r--r--app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.pngbin15132 -> 0 bytes
-rw-r--r--app/src/main/res/mipmap-xxxhdpi/product_logo_workmode_launcher_adaptive_background_color_108.pngbin0 -> 6163 bytes
-rw-r--r--app/src/main/res/mipmap-xxxhdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.pngbin0 -> 26758 bytes
-rw-r--r--app/src/main/res/mipmap-xxxhdpi/product_logo_workmode_launcher_color_48.pngbin0 -> 10652 bytes
-rw-r--r--app/src/main/res/values/colors.xml6
37 files changed, 13 insertions, 186 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 6977fae..b5520df 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -9,9 +9,8 @@
<application
android:name=".App"
android:allowBackup="true"
- android:icon="@mipmap/ic_launcher"
+ android:icon="@drawable/ic_launcher_workmode"
android:label="@string/app_name"
- android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme"
tools:ignore="GoogleAppIndexingWarning">
diff --git a/app/src/main/res/drawable-v26/ic_launcher_workmode.xml b/app/src/main/res/drawable-v26/ic_launcher_workmode.xml
new file mode 100644
index 0000000..32842ee
--- /dev/null
+++ b/app/src/main/res/drawable-v26/ic_launcher_workmode.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
+ <background android:drawable="@mipmap/product_logo_workmode_launcher_adaptive_background_color_108" />
+ <foreground android:drawable="@mipmap/product_logo_workmode_launcher_adaptive_foreground_color_108" />
+</adaptive-icon> \ No newline at end of file
diff --git a/app/src/main/res/drawable/ic_launcher_background.xml b/app/src/main/res/drawable/ic_launcher_background.xml
deleted file mode 100644
index 0d025f9..0000000
--- a/app/src/main/res/drawable/ic_launcher_background.xml
+++ /dev/null
@@ -1,170 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <path
- android:fillColor="#008577"
- android:pathData="M0,0h108v108h-108z" />
- <path
- android:fillColor="#00000000"
- android:pathData="M9,0L9,108"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M19,0L19,108"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M29,0L29,108"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M39,0L39,108"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M49,0L49,108"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M59,0L59,108"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M69,0L69,108"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M79,0L79,108"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M89,0L89,108"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M99,0L99,108"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M0,9L108,9"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M0,19L108,19"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M0,29L108,29"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M0,39L108,39"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M0,49L108,49"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M0,59L108,59"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M0,69L108,69"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M0,79L108,79"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M0,89L108,89"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M0,99L108,99"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M19,29L89,29"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M19,39L89,39"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M19,49L89,49"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M19,59L89,59"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M19,69L89,69"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M19,79L89,79"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M29,19L29,89"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M39,19L39,89"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M49,19L49,89"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M59,19L59,89"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M69,19L69,89"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
- <path
- android:fillColor="#00000000"
- android:pathData="M79,19L79,89"
- android:strokeWidth="0.8"
- android:strokeColor="#33FFFFFF" />
-</vector>
diff --git a/app/src/main/res/drawable/ic_launcher_workmode.xml b/app/src/main/res/drawable/ic_launcher_workmode.xml
new file mode 100644
index 0000000..91a4f39
--- /dev/null
+++ b/app/src/main/res/drawable/ic_launcher_workmode.xml
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="utf-8"?>
+<bitmap android:src="@mipmap/product_logo_workmode_launcher_color_48"
+ xmlns:android="http://schemas.android.com/apk/res/android" /> \ No newline at end of file
diff --git a/app/src/main/res/layout/dialog_about.xml b/app/src/main/res/layout/dialog_about.xml
index 98dca7f..b917ade 100644
--- a/app/src/main/res/layout/dialog_about.xml
+++ b/app/src/main/res/layout/dialog_about.xml
@@ -9,7 +9,7 @@
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:src="@mipmap/ic_launcher"
+ android:src="@drawable/ic_launcher_workmode"
android:layout_marginEnd="16dp"/>
<LinearLayout
android:orientation="vertical"
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
deleted file mode 100644
index eca70cf..0000000
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground android:drawable="@drawable/ic_launcher_foreground" />
-</adaptive-icon> \ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
deleted file mode 100644
index eca70cf..0000000
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@drawable/ic_launcher_background" />
- <foreground android:drawable="@drawable/ic_launcher_foreground" />
-</adaptive-icon> \ No newline at end of file
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.png b/app/src/main/res/mipmap-hdpi/ic_launcher.png
deleted file mode 100644
index 898f3ed..0000000
--- a/app/src/main/res/mipmap-hdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
deleted file mode 100644
index dffca36..0000000
--- a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
+++ /dev/null
Binary files differ
diff --git a/app/src/main/res/mipmap-hdpi/product_logo_workmode_launcher_adaptive_background_color_108.png b/app/src/main/res/mipmap-hdpi/product_logo_workmode_launcher_adaptive_background_color_108.png
new file mode 100644
index 0000000..9991f9e
--- /dev/null
+++ b/app/src/main/res/mipmap-hdpi/product_logo_workmode_launcher_adaptive_background_color_108.png
Binary files differ
diff --git a/app/src/main/res/mipmap-hdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.png b/app/src/main/res/mipmap-hdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.png
new file mode 100644
index 0000000..a5e3b09
--- /dev/null
+++ b/app/src/main/res/mipmap-hdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.png
Binary files differ
diff --git a/app/src/main/res/mipmap-hdpi/product_logo_workmode_launcher_color_48.png b/app/src/main/res/mipmap-hdpi/product_logo_workmode_launcher_color_48.png
new file mode 100644
index 0000000..93fcf8a
--- /dev/null
+++ b/app/src/main/res/mipmap-hdpi/product_logo_workmode_launcher_color_48.png
Binary files differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.png b/app/src/main/res/mipmap-mdpi/ic_launcher.png
deleted file mode 100644
index 64ba76f..0000000
--- a/app/src/main/res/mipmap-mdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
deleted file mode 100644
index dae5e08..0000000
--- a/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
+++ /dev/null
Binary files differ
diff --git a/app/src/main/res/mipmap-mdpi/product_logo_workmode_launcher_adaptive_background_color_108.png b/app/src/main/res/mipmap-mdpi/product_logo_workmode_launcher_adaptive_background_color_108.png
new file mode 100644
index 0000000..fde3c14
--- /dev/null
+++ b/app/src/main/res/mipmap-mdpi/product_logo_workmode_launcher_adaptive_background_color_108.png
Binary files differ
diff --git a/app/src/main/res/mipmap-mdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.png b/app/src/main/res/mipmap-mdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.png
new file mode 100644
index 0000000..37f5f69
--- /dev/null
+++ b/app/src/main/res/mipmap-mdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.png
Binary files differ
diff --git a/app/src/main/res/mipmap-mdpi/product_logo_workmode_launcher_color_48.png b/app/src/main/res/mipmap-mdpi/product_logo_workmode_launcher_color_48.png
new file mode 100644
index 0000000..278784e
--- /dev/null
+++ b/app/src/main/res/mipmap-mdpi/product_logo_workmode_launcher_color_48.png
Binary files differ
diff --git a/app/src/main/res/mipmap-nodpi/product_logo_workmode_color_1024.png b/app/src/main/res/mipmap-nodpi/product_logo_workmode_color_1024.png
new file mode 100644
index 0000000..8c66147
--- /dev/null
+++ b/app/src/main/res/mipmap-nodpi/product_logo_workmode_color_1024.png
Binary files differ
diff --git a/app/src/main/res/mipmap-nodpi/product_logo_workmode_color_512.png b/app/src/main/res/mipmap-nodpi/product_logo_workmode_color_512.png
new file mode 100644
index 0000000..e988a0b
--- /dev/null
+++ b/app/src/main/res/mipmap-nodpi/product_logo_workmode_color_512.png
Binary files differ
diff --git a/app/src/main/res/mipmap-nodpi/product_logo_workmode_launcher_color_1024.png b/app/src/main/res/mipmap-nodpi/product_logo_workmode_launcher_color_1024.png
new file mode 100644
index 0000000..2fe84a4
--- /dev/null
+++ b/app/src/main/res/mipmap-nodpi/product_logo_workmode_launcher_color_1024.png
Binary files differ
diff --git a/app/src/main/res/mipmap-nodpi/product_logo_workmode_launcher_color_512.png b/app/src/main/res/mipmap-nodpi/product_logo_workmode_launcher_color_512.png
new file mode 100644
index 0000000..5d3d5f6
--- /dev/null
+++ b/app/src/main/res/mipmap-nodpi/product_logo_workmode_launcher_color_512.png
Binary files differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/app/src/main/res/mipmap-xhdpi/ic_launcher.png
deleted file mode 100644
index e5ed465..0000000
--- a/app/src/main/res/mipmap-xhdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
deleted file mode 100644
index 14ed0af..0000000
--- a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
+++ /dev/null
Binary files differ
diff --git a/app/src/main/res/mipmap-xhdpi/product_logo_workmode_launcher_adaptive_background_color_108.png b/app/src/main/res/mipmap-xhdpi/product_logo_workmode_launcher_adaptive_background_color_108.png
new file mode 100644
index 0000000..fa5bbbf
--- /dev/null
+++ b/app/src/main/res/mipmap-xhdpi/product_logo_workmode_launcher_adaptive_background_color_108.png
Binary files differ
diff --git a/app/src/main/res/mipmap-xhdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.png b/app/src/main/res/mipmap-xhdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.png
new file mode 100644
index 0000000..6cae7a2
--- /dev/null
+++ b/app/src/main/res/mipmap-xhdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.png
Binary files differ
diff --git a/app/src/main/res/mipmap-xhdpi/product_logo_workmode_launcher_color_48.png b/app/src/main/res/mipmap-xhdpi/product_logo_workmode_launcher_color_48.png
new file mode 100644
index 0000000..e25bd0c
--- /dev/null
+++ b/app/src/main/res/mipmap-xhdpi/product_logo_workmode_launcher_color_48.png
Binary files differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
deleted file mode 100644
index b0907ca..0000000
--- a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
deleted file mode 100644
index d8ae031..0000000
--- a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
+++ /dev/null
Binary files differ
diff --git a/app/src/main/res/mipmap-xxhdpi/product_logo_workmode_launcher_adaptive_background_color_108.png b/app/src/main/res/mipmap-xxhdpi/product_logo_workmode_launcher_adaptive_background_color_108.png
new file mode 100644
index 0000000..d3a999a
--- /dev/null
+++ b/app/src/main/res/mipmap-xxhdpi/product_logo_workmode_launcher_adaptive_background_color_108.png
Binary files differ
diff --git a/app/src/main/res/mipmap-xxhdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.png b/app/src/main/res/mipmap-xxhdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.png
new file mode 100644
index 0000000..eda8975
--- /dev/null
+++ b/app/src/main/res/mipmap-xxhdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.png
Binary files differ
diff --git a/app/src/main/res/mipmap-xxhdpi/product_logo_workmode_launcher_color_48.png b/app/src/main/res/mipmap-xxhdpi/product_logo_workmode_launcher_color_48.png
new file mode 100644
index 0000000..e084491
--- /dev/null
+++ b/app/src/main/res/mipmap-xxhdpi/product_logo_workmode_launcher_color_48.png
Binary files differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
deleted file mode 100644
index 2c18de9..0000000
--- a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
deleted file mode 100644
index beed3cd..0000000
--- a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
+++ /dev/null
Binary files differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/product_logo_workmode_launcher_adaptive_background_color_108.png b/app/src/main/res/mipmap-xxxhdpi/product_logo_workmode_launcher_adaptive_background_color_108.png
new file mode 100644
index 0000000..bac4ac8
--- /dev/null
+++ b/app/src/main/res/mipmap-xxxhdpi/product_logo_workmode_launcher_adaptive_background_color_108.png
Binary files differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.png b/app/src/main/res/mipmap-xxxhdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.png
new file mode 100644
index 0000000..ed59c5e
--- /dev/null
+++ b/app/src/main/res/mipmap-xxxhdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.png
Binary files differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/product_logo_workmode_launcher_color_48.png b/app/src/main/res/mipmap-xxxhdpi/product_logo_workmode_launcher_color_48.png
new file mode 100644
index 0000000..2e72a1d
--- /dev/null
+++ b/app/src/main/res/mipmap-xxxhdpi/product_logo_workmode_launcher_color_48.png
Binary files differ
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 5a06de3..d15e60c 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <color name="colorPrimary">#008577</color>
- <color name="colorPrimaryDark">#00574B</color>
- <color name="colorAccent">#D81B60</color>
+ <color name="colorPrimary">#43b575</color>
+ <color name="colorPrimaryDark">#008448</color>
+ <color name="colorAccent">#a5d6a7</color>
<color name="switch_bar_background">#ff80868B</color>
<color name="preference_fallback_accent_color">#ff80cbc4</color>
</resources>