diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-25 19:01:16 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-25 19:01:16 -0600 |
commit | 32be661d87ab1cd25bfbb95cc41d3435f6fb0dee (patch) | |
tree | fa3433af69bc12389a489ef136427a1c8aff5871 /android | |
parent | 67e9b3596d6690b4928206652db4a89d11870914 (diff) | |
download | voidsky-32be661d87ab1cd25bfbb95cc41d3435f6fb0dee.tar.zst |
Brand tuning: switch from "blueprint B" to "cloud imagery" (#96)
* Switch app icon to bluesky image * Update splash screen to clouds * Update login screen to use branding * Lighten the shadows in the brand imagery
Diffstat (limited to 'android')
-rw-r--r-- | android/app/src/main/res/mipmap-hdpi/ic_launcher.png | bin | 3056 -> 12264 bytes |
-rw-r--r-- | android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png | bin | 5024 -> 0 bytes |
-rw-r--r-- | android/app/src/main/res/mipmap-mdpi/ic_launcher.png | bin | 2096 -> 5906 bytes |
-rw-r--r-- | android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png | bin | 2858 -> 0 bytes |
-rw-r--r-- | android/app/src/main/res/mipmap-xhdpi/ic_launcher.png | bin | 4569 -> 20474 bytes |
-rw-r--r-- | android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png | bin | 7098 -> 0 bytes |
-rw-r--r-- | android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png | bin | 6464 -> 41521 bytes |
-rw-r--r-- | android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png | bin | 10676 -> 0 bytes |
-rw-r--r-- | android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png | bin | 9250 -> 68616 bytes |
-rw-r--r-- | android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png | bin | 15523 -> 0 bytes |
10 files changed, 0 insertions, 0 deletions
diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png index a2f590828..65dd9de36 100644 --- a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +++ b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png Binary files differdiff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png deleted file mode 100644 index 1b5239980..000000000 --- a/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +++ /dev/null Binary files differdiff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png index ff10afd6e..2d4ed5510 100644 --- a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +++ b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png Binary files differdiff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png deleted file mode 100644 index 115a4c768..000000000 --- a/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +++ /dev/null Binary files differdiff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png index dcd3cd808..9248ec7de 100644 --- a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +++ b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png Binary files differdiff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png deleted file mode 100644 index 459ca609d..000000000 --- a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +++ /dev/null Binary files differdiff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png index 8ca12fe02..7c8290e49 100644 --- a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +++ b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png Binary files differdiff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png deleted file mode 100644 index 8e19b410a..000000000 --- a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +++ /dev/null Binary files differdiff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png index b824ebdd4..f1658a93a 100644 --- a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +++ b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png Binary files differdiff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png deleted file mode 100644 index 4c19a13c2..000000000 --- a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +++ /dev/null Binary files differ |