TimberX
TimberX copied to clipboard
Adaptive icon
Self explanatory
hey @afollestad I just made this icon, wdyt? if you like it, I will make a splash screen based on this icon.
It's up to the app owner, @naman14
In the meantime, I have https://github.com/naman14/TimberX/pull/46 as well
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.
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)
I can provide the .svg file and Android Studio will convert it to vectordrawable
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.
got it, I'll wait for app owner if he agree to use this icon.
btw, I tried to convert the .svg to vectordrawable and worked perfectly without any bug
@afollested what about the new logo?