From 7582edd0af86772e98172d1aee23eca3ae85110d Mon Sep 17 00:00:00 2001 From: YuutaW <17158086+Trumeet@users.noreply.github.com> Date: Sat, 2 Mar 2019 21:55:34 -0800 Subject: feat(app): introduce completely new icon and color Signed-off-by: YuutaW <17158086+Trumeet@users.noreply.github.com> --- .../main/res/drawable-v26/ic_launcher_workmode.xml | 5 + .../main/res/drawable/ic_launcher_background.xml | 170 --------------------- app/src/main/res/drawable/ic_launcher_workmode.xml | 3 + app/src/main/res/layout/dialog_about.xml | 2 +- app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 5 - .../res/mipmap-anydpi-v26/ic_launcher_round.xml | 5 - app/src/main/res/mipmap-hdpi/ic_launcher.png | Bin 2963 -> 0 bytes app/src/main/res/mipmap-hdpi/ic_launcher_round.png | Bin 4905 -> 0 bytes ...mode_launcher_adaptive_background_color_108.png | Bin 0 -> 1492 bytes ...mode_launcher_adaptive_foreground_color_108.png | Bin 0 -> 5555 bytes .../product_logo_workmode_launcher_color_48.png | Bin 0 -> 3866 bytes app/src/main/res/mipmap-mdpi/ic_launcher.png | Bin 2060 -> 0 bytes app/src/main/res/mipmap-mdpi/ic_launcher_round.png | Bin 2783 -> 0 bytes ...mode_launcher_adaptive_background_color_108.png | Bin 0 -> 777 bytes ...mode_launcher_adaptive_foreground_color_108.png | Bin 0 -> 2272 bytes .../product_logo_workmode_launcher_color_48.png | Bin 0 -> 2408 bytes .../product_logo_workmode_color_1024.png | Bin 0 -> 42124 bytes .../product_logo_workmode_color_512.png | Bin 0 -> 19473 bytes .../product_logo_workmode_launcher_color_1024.png | Bin 0 -> 79104 bytes .../product_logo_workmode_launcher_color_512.png | Bin 0 -> 33318 bytes app/src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 4490 -> 0 bytes .../main/res/mipmap-xhdpi/ic_launcher_round.png | Bin 6895 -> 0 bytes ...mode_launcher_adaptive_background_color_108.png | Bin 0 -> 2910 bytes ...mode_launcher_adaptive_foreground_color_108.png | Bin 0 -> 12560 bytes .../product_logo_workmode_launcher_color_48.png | Bin 0 -> 5291 bytes app/src/main/res/mipmap-xxhdpi/ic_launcher.png | Bin 6387 -> 0 bytes .../main/res/mipmap-xxhdpi/ic_launcher_round.png | Bin 10413 -> 0 bytes ...mode_launcher_adaptive_background_color_108.png | Bin 0 -> 4366 bytes ...mode_launcher_adaptive_foreground_color_108.png | Bin 0 -> 22608 bytes .../product_logo_workmode_launcher_color_48.png | Bin 0 -> 8256 bytes app/src/main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 9128 -> 0 bytes .../main/res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 15132 -> 0 bytes ...mode_launcher_adaptive_background_color_108.png | Bin 0 -> 6163 bytes ...mode_launcher_adaptive_foreground_color_108.png | Bin 0 -> 26758 bytes .../product_logo_workmode_launcher_color_48.png | Bin 0 -> 10652 bytes app/src/main/res/values/colors.xml | 6 +- 36 files changed, 12 insertions(+), 184 deletions(-) create mode 100644 app/src/main/res/drawable-v26/ic_launcher_workmode.xml delete mode 100644 app/src/main/res/drawable/ic_launcher_background.xml create mode 100644 app/src/main/res/drawable/ic_launcher_workmode.xml delete mode 100644 app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml delete mode 100644 app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml delete mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher.png delete mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher_round.png create mode 100644 app/src/main/res/mipmap-hdpi/product_logo_workmode_launcher_adaptive_background_color_108.png create mode 100644 app/src/main/res/mipmap-hdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.png create mode 100644 app/src/main/res/mipmap-hdpi/product_logo_workmode_launcher_color_48.png delete mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher.png delete mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher_round.png create mode 100644 app/src/main/res/mipmap-mdpi/product_logo_workmode_launcher_adaptive_background_color_108.png create mode 100644 app/src/main/res/mipmap-mdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.png create mode 100644 app/src/main/res/mipmap-mdpi/product_logo_workmode_launcher_color_48.png create mode 100644 app/src/main/res/mipmap-nodpi/product_logo_workmode_color_1024.png create mode 100644 app/src/main/res/mipmap-nodpi/product_logo_workmode_color_512.png create mode 100644 app/src/main/res/mipmap-nodpi/product_logo_workmode_launcher_color_1024.png create mode 100644 app/src/main/res/mipmap-nodpi/product_logo_workmode_launcher_color_512.png delete mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher.png delete mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher_round.png create mode 100644 app/src/main/res/mipmap-xhdpi/product_logo_workmode_launcher_adaptive_background_color_108.png create mode 100644 app/src/main/res/mipmap-xhdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.png create mode 100644 app/src/main/res/mipmap-xhdpi/product_logo_workmode_launcher_color_48.png delete mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher.png delete mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png create mode 100644 app/src/main/res/mipmap-xxhdpi/product_logo_workmode_launcher_adaptive_background_color_108.png create mode 100644 app/src/main/res/mipmap-xxhdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.png create mode 100644 app/src/main/res/mipmap-xxhdpi/product_logo_workmode_launcher_color_48.png delete mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher.png delete mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/product_logo_workmode_launcher_adaptive_background_color_108.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/product_logo_workmode_launcher_color_48.png (limited to 'app/src/main/res') 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 @@ + + + + + \ 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 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 @@ + + \ 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 @@ - - - - \ 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 @@ - - - - - \ 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 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher.png and /dev/null 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 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png and /dev/null 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 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/product_logo_workmode_launcher_adaptive_background_color_108.png 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 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.png 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 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/product_logo_workmode_launcher_color_48.png 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 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher.png and /dev/null 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 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_round.png and /dev/null 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 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/product_logo_workmode_launcher_adaptive_background_color_108.png 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 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.png 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 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/product_logo_workmode_launcher_color_48.png 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 Binary files /dev/null and b/app/src/main/res/mipmap-nodpi/product_logo_workmode_color_1024.png 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 Binary files /dev/null and b/app/src/main/res/mipmap-nodpi/product_logo_workmode_color_512.png 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 Binary files /dev/null and b/app/src/main/res/mipmap-nodpi/product_logo_workmode_launcher_color_1024.png 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 Binary files /dev/null and b/app/src/main/res/mipmap-nodpi/product_logo_workmode_launcher_color_512.png 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 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher.png and /dev/null 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 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png and /dev/null 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 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/product_logo_workmode_launcher_adaptive_background_color_108.png 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 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.png 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 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/product_logo_workmode_launcher_color_48.png 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 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and /dev/null 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 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png and /dev/null 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 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/product_logo_workmode_launcher_adaptive_background_color_108.png 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 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.png 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 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/product_logo_workmode_launcher_color_48.png 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 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null 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 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png and /dev/null 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 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/product_logo_workmode_launcher_adaptive_background_color_108.png 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 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/product_logo_workmode_launcher_adaptive_foreground_color_108.png 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 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/product_logo_workmode_launcher_color_48.png 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 @@ - #008577 - #00574B - #D81B60 + #43b575 + #008448 + #a5d6a7 #ff80868B #ff80cbc4 -- cgit v1.2.3