TimberX icon indicating copy to clipboard operation
TimberX copied to clipboard

Adaptive icon

Open afollestad opened this issue 6 years ago • 10 comments

Self explanatory

afollestad avatar Feb 07 '19 02:02 afollestad

hey @afollestad I just made this icon, wdyt? if you like it, I will make a splash screen based on this icon.

image

hutriteguh avatar Feb 10 '19 05:02 hutriteguh

It's up to the app owner, @naman14

afollestad avatar Feb 10 '19 05:02 afollestad

In the meantime, I have https://github.com/naman14/TimberX/pull/46 as well

afollestad avatar Feb 10 '19 05:02 afollestad

About the adaptive icon, I think we only need to provide the icon in a square background since most of android launchers already have adaptive icon feature.

hutriteguh avatar Feb 10 '19 05:02 hutriteguh

You provide a background and a foreground which are wrapped in an adaptive-icon drawable.

In most cases the background is just a solid color, while the foreground is a Vector Drawable.

(as seen in my PR above)

afollestad avatar Feb 10 '19 05:02 afollestad

I can provide the .svg file and Android Studio will convert it to vectordrawable

hutriteguh avatar Feb 10 '19 05:02 hutriteguh

Yep - there's a chance Android Studio will have trouble converting because of certain attributes like evenOdd fill type which isn't supported, so you'd have to make sure it's drawn so that it doesn't need those attributes. There are export plugins for Sketch, etc. which can help I think.

afollestad avatar Feb 10 '19 05:02 afollestad

got it, I'll wait for app owner if he agree to use this icon.

hutriteguh avatar Feb 10 '19 05:02 hutriteguh

btw, I tried to convert the .svg to vectordrawable and worked perfectly without any bug

image

hutriteguh avatar Feb 10 '19 05:02 hutriteguh

@afollested what about the new logo?

hutriteguh avatar Mar 01 '19 22:03 hutriteguh