pd4d10 / git-touch

An open-source app for GitHub, GitLab, Bitbucket, Gitea, and Gitee(码云), built with Flutter
Apache License 2.0
1.56k stars 137 forks source link

Splash screen #52

Closed shreyas1599 closed 4 years ago

shreyas1599 commented 4 years ago

For iOS: I replaced the default splash screen images with the git-touch icon with three variations of resolution.

For Android: There are two ways of doing this:

  1. Adding the images in all the mipmap folders with varying densities.
  2. Adding a drawable image.

The first one seems like a better option but for some reason, it doesn't work. The second one worked and that is what I've implemented. Let me know if this is alright.

(Sorry for the extra commit. Forgot to include the 1x resolution image for iOS)

pd4d10 commented 4 years ago

Sorry for the extra commit

Never mind. The extra commit could be squashed