daper / nextcloud-passwords-app

A mobile app based on react-native for Nextcloud Passwords App.
GNU General Public License v3.0
67 stars 14 forks source link

Adjust background layer of launcher icon #93

Open stefan-niedermann opened 3 years ago

stefan-niedermann commented 3 years ago

Hey there :wave:

It would be cool if you could use the same background layer (with the gradient) as most of the other Nextcloud apps are using for a more consistent look & feel :slightly_smiling_face: especially for the Play Store icon :wink:

Here you can find the SVG and the Vector Drawable

Bildschirmfoto am 2021-02-24 um 09 39 52

LukeVader-IV commented 3 years ago

Hey, the exact same issue popped up in the nextcloud yaga app github page, If the Devs are busy I could do this as it would be relatively little work

PS: I noticed that there were versions of the icon for all different shapes, does android not dynamically change the icon on it's own?

also @stefan-niedermann, we meet once again :)

stefan-niedermann commented 3 years ago

I noticed that there were versions of the icon for all different shapes, does android not dynamically change the icon on it's own?

Depends on the Android version. Before Android 7 all apps could ship whatever they wanted to, Android 7 wanted circle icons, starting with Android 8 icons can have two layers (which makes the fancy delayed effect when dragging them) - plus multiple resolutions, so yeah, there are quite a lot of launcher icons :smile: