[pve-devel] applied: [PATCH v2 flutter_frontend] fix android splash screen logo

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Dec 28 09:54:33 CET 2021


On 21/12/2021 16:48, Aaron Lauterer wrote:
> The new Android 12 splash screen will mask the logo / icon. See figure 2
> in [0]. This resulted in the current logo being cut off by the circular
> mask, appearing broken.
> 
> I created a new version, based on the stacked variant accounting for the
> additional space around the logo needed for the mask. It is now stored
> as a vector drawable.
> The source svg file plus a template should we need to change that in the
> future, are stored in the assets directory.
> 
> The README.md also got an update to explain how to convert SVG files to
> Android drawables.
> 
> [0] https://developer.android.com/guide/topics/ui/splash-screen
> 
> Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
> ---
> 
> v1 -> v2: added source SVG files, updated README to explain how to
> convert SVGs to Android vector drawables, commit message is now
> hopefully clearer what happened and why we needed the change
> 
>  README.md                                     |  20 +++
>  .../main/res/drawable/launch_background.xml   |  80 +++++++--
>  assets/images/android_launch_background.svg   | 112 ++++++++++++
>  .../android_launch_background_template.svg    | 162 ++++++++++++++++++
>  4 files changed, 363 insertions(+), 11 deletions(-)
>  create mode 100644 assets/images/android_launch_background.svg
>  create mode 100644 assets/images/android_launch_background_template.svg
> 
>

applied, fixing up the broken lines, slightly rewording the commit message and
adding Dominik's T-b, thanks!





More information about the pve-devel mailing list