[pve-devel] [PATCH futter_frontend 1/2] fix android splash screen logo

Aaron Lauterer a.lauterer at proxmox.com
Tue Dec 21 10:25:16 CET 2021



On 12/20/21 20:21, Thomas Lamprecht wrote:
> On 20/12/2021 16:38, Aaron Lauterer wrote:
>> The new splash screen that came with Android 12 has stricter rules
>> regarding the size and form of the logo in the splash screen [0].
>>
>> We do need to have a drawable that is a square with the logo / icon in
>> the center. That means the current approach with the png image resulted
>> in it being scaled to the full width and the circular mask cut if off.
>> The result was a broken looking splash screen.
>>
>> I opted for the stacked variant of the logo and saved it as a vector
>> drawable in the xml format that android wants.
> 
> I'd like to have the original svg too, ideally with some (Android SDK) CLI
> tool to convert it, or at least the steps described required for that.
> 
> Please also just replace the content of the launch_background.xml drawable.

Will do. If I don't find a CLI way to convert it, I'll document the steps.

> 
>>
>> [0] https://developer.android.com/guide/topics/ui/splash-screen
>>
>> Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
>> ---
>>   .../main/res/drawable/proxmox_splash_logo.xml | 69 +++++++++++++++++++
>>   .../app/src/main/res/values-night/styles.xml  |  2 +-
>>   android/app/src/main/res/values/styles.xml    |  2 +-
>>   3 files changed, 71 insertions(+), 2 deletions(-)
>>   create mode 100644 android/app/src/main/res/drawable/proxmox_splash_logo.xml
>>
> 
> 
> 





More information about the pve-devel mailing list