arshadkazmi42 / android-contacts-scifiui

Contacts manager app, with a Scifi UI
GNU General Public License v3.0
4 stars 8 forks source link

Create app logo #3

Closed arshadkazmi42 closed 6 years ago

arshadkazmi42 commented 6 years ago

App needs a logo to be used as app launcher, at present app does not have any logo and using android default launcher as app icon.

Launcher icon needs to match with the app design as in snapshots in readme.md file

GnikDroy commented 6 years ago

Do you want anything to be included in the logo? Here is a sample that I have come up with. I have used the colors from your app values so that it matches the feel for the app.

An alien seemed like a good idea to represent people since this is a sci-fi contact app.

arshadkazmi42 commented 6 years ago

@GnikDroy Thank you for taking this up.

This icon looks good. I think color looks a bit different from the theme color. You can get the color code from the colors.xml file in the codebase.

GnikDroy commented 6 years ago

How about this? I used the textPrimary color from your colors.xml file. #07a79c

mylogofinal
arshadkazmi42 commented 6 years ago

Both looks almost same. Lets make it as app launcher and also add it in readme something like this https://github.com/arshadkazmi42/general-feedback/blob/master/README.md on top of the readme

arshadkazmi42 commented 6 years ago

@GnikDroy can you share the assets of the file, if you are not going to work on this.

GnikDroy commented 6 years ago

Yeah. I might be busy for some time. The core alien face is in a SVG file here. If you want to build the logo in vector form, then there it the vector file. The antennas are a couple of circles and lines and you can add them as you wish. The png extract, on the other hand, can be found here.

arshadkazmi42 commented 6 years ago

@GnikDroy , thanks for all the work you have done. I have generated launcher icons, I will create a new task to add it in the app. Thanks again