chore(mobile): add a slighter warmer background
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.6 KiB |
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.7 KiB |
|
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="ic_launcher_background">#FFFFFF</color>
|
||||
<color name="ic_launcher_background">#FAFAFA</color>
|
||||
</resources>
|
||||
@@ -82,7 +82,7 @@ cp "$desktop_forge_dir/app-icon/icon-dev.ico" "$server_dir/src/assets/icon-dev.i
|
||||
# Legacy launcher: 48/72/96/144/192 px. Adaptive foreground: 108dp canvas with
|
||||
# ~66% safe zone (Android masks the outer ring), scaled per density.
|
||||
mobile_res_dir="$script_dir/../../apps/mobile/android/app/src/main/res"
|
||||
background_color="#FFFFFF"
|
||||
background_color="#FAFAFA"
|
||||
|
||||
# Circular mask rendered via Inkscape for crisp antialiasing at icon sizes.
|
||||
circle_mask_svg=$(mktemp --suffix=.svg)
|
||||
|
||||