From 1d7ec5ba6f230fa23e33426f5eecf801e2ab5d26 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 14 Jul 2020 16:23:39 +0530 Subject: Add debug icon and update color palette (#931) --- app/src/debug/res/mipmap-hdpi/ic_launcher.webp | Bin 0 -> 4870 bytes .../debug/res/mipmap-hdpi/ic_launcher_foreground.webp | Bin 0 -> 5828 bytes app/src/debug/res/mipmap-mdpi/ic_launcher.webp | Bin 0 -> 3096 bytes .../debug/res/mipmap-mdpi/ic_launcher_foreground.webp | Bin 0 -> 3120 bytes app/src/debug/res/mipmap-xhdpi/ic_launcher.webp | Bin 0 -> 7118 bytes .../res/mipmap-xhdpi/ic_launcher_foreground.webp | Bin 0 -> 9384 bytes app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp | Bin 0 -> 11658 bytes .../res/mipmap-xxhdpi/ic_launcher_foreground.webp | Bin 0 -> 18722 bytes app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp | Bin 0 -> 16960 bytes .../res/mipmap-xxxhdpi/ic_launcher_foreground.webp | Bin 0 -> 32082 bytes app/src/debug/res/values/colors.xml | 8 -------- .../main/res/mipmap-anydpi-v26/ic_launcher_round.xml | 9 --------- app/src/main/res/mipmap-hdpi/ic_launcher_round.webp | Bin 4432 -> 0 bytes app/src/main/res/mipmap-mdpi/ic_launcher.webp | Bin 2734 -> 0 bytes .../main/res/mipmap-mdpi/ic_launcher_foreground.webp | Bin 3118 -> 0 bytes app/src/main/res/mipmap-mdpi/ic_launcher_round.webp | Bin 2734 -> 0 bytes app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp | Bin 6396 -> 0 bytes app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp | Bin 10310 -> 0 bytes .../main/res/mipmap-xxxhdpi/ic_launcher_round.webp | Bin 15052 -> 0 bytes app/src/main/res/values-night/colors.xml | 18 ++++++++---------- app/src/main/res/values/colors.xml | 11 ++++++----- app/src/main/res/values/styles.xml | 3 ++- app/src/main/res/xml/preference.xml | 2 +- 23 files changed, 17 insertions(+), 34 deletions(-) create mode 100644 app/src/debug/res/mipmap-hdpi/ic_launcher.webp create mode 100644 app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp create mode 100644 app/src/debug/res/mipmap-mdpi/ic_launcher.webp create mode 100644 app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp create mode 100644 app/src/debug/res/mipmap-xhdpi/ic_launcher.webp create mode 100644 app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp create mode 100644 app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp create mode 100644 app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp create mode 100644 app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp create mode 100644 app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp delete mode 100644 app/src/debug/res/values/colors.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_round.webp delete mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher.webp delete mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp delete mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher_round.webp delete mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp delete mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp delete mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp (limited to 'app') diff --git a/app/src/debug/res/mipmap-hdpi/ic_launcher.webp b/app/src/debug/res/mipmap-hdpi/ic_launcher.webp new file mode 100644 index 00000000..5b266c22 Binary files /dev/null and b/app/src/debug/res/mipmap-hdpi/ic_launcher.webp differ diff --git a/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp b/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp new file mode 100644 index 00000000..5b327a0e Binary files /dev/null and b/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp differ diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher.webp b/app/src/debug/res/mipmap-mdpi/ic_launcher.webp new file mode 100644 index 00000000..f3a1ffd5 Binary files /dev/null and b/app/src/debug/res/mipmap-mdpi/ic_launcher.webp differ diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp b/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp new file mode 100644 index 00000000..e51822c1 Binary files /dev/null and b/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp differ diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher.webp b/app/src/debug/res/mipmap-xhdpi/ic_launcher.webp new file mode 100644 index 00000000..034d724a Binary files /dev/null and b/app/src/debug/res/mipmap-xhdpi/ic_launcher.webp differ diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp b/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp new file mode 100644 index 00000000..18fa08da Binary files /dev/null and b/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp differ diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp b/app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp new file mode 100644 index 00000000..291580ea Binary files /dev/null and b/app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp differ diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp new file mode 100644 index 00000000..17b8647f Binary files /dev/null and b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp differ diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp new file mode 100644 index 00000000..024a6712 Binary files /dev/null and b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp differ diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp new file mode 100644 index 00000000..55ea3223 Binary files /dev/null and b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp differ diff --git a/app/src/debug/res/values/colors.xml b/app/src/debug/res/values/colors.xml deleted file mode 100644 index 650d6818..00000000 --- a/app/src/debug/res/values/colors.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - #fcd1c5 - 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 3486e4a5..00000000 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp deleted file mode 100644 index cb3697ef..00000000 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/app/src/main/res/mipmap-mdpi/ic_launcher.webp deleted file mode 100644 index 368d0619..00000000 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp b/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp deleted file mode 100644 index f9e5efb4..00000000 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp deleted file mode 100644 index 368d0619..00000000 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp deleted file mode 100644 index 55f610eb..00000000 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp deleted file mode 100644 index df2ab1ff..00000000 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp deleted file mode 100644 index 33529fe0..00000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp and /dev/null differ diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml index 77ab6b37..06ef3a3d 100644 --- a/app/src/main/res/values-night/colors.xml +++ b/app/src/main/res/values-night/colors.xml @@ -5,16 +5,14 @@ - #FF111111 - #FF373737 - #FF000000 - #FFFF7539 - #FFFFFFFF + #ff111111 + #ff373737 + #ff000000 + #ff3b6888 + #ffffffff - @color/primary_color - #66EEEEEE - @color/primary_color - #aaff7539 - #44ff7539 + #66eeeeee + #aa3b6888 + #443b6888 diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 49250a2e..ebfc822f 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -8,16 +8,17 @@ @color/white @color/white @color/white - #ff7043 + #003e5b + #3b6888 + #001831 #212121 #ffffffff - #D4F1EA @color/primary_text_color #668eacbb @color/primary_color - @color/primary_dark_color - #aaff7043 - #44ff7043 + @color/primary_color + #aa003e5b + #44003e5b diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index d84143ce..8b42d91e 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -12,11 +12,12 @@ @color/primary_color @color/primary_light_color @color/secondary_color + @color/secondary_dark_color @color/white @color/primary_color - @color/primary_text_color @color/color_control_normal @color/color_control_normal + @color/primary_text_color @color/primary_color @color/status_bar_color @color/navigation_bar_color diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml index 0d71d6cc..3c39bfad 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -190,7 +190,7 @@ -- cgit v1.2.3