mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-13 18:54:55 -05:00
[PR #52] [MERGED] Splash screen #226
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pd4d10/git-touch/pull/52
Author: @shreyas1599
Created: 4/9/2020
Status: ✅ Merged
Merged: 4/10/2020
Merged by: @pd4d10
Base:
master← Head:splash-screen📝 Commits (2)
c8ece8b[feat] added images for splash screen36763a5add 1x resolution image📊 Changes
5 files changed (+3 additions, -3 deletions)
View changed files
📝
android/app/src/main/res/drawable/launch_background.xml(+3 -3)➕
android/app/src/main/res/drawable/launch_image.png(+0 -0)📝
ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png(+0 -0)📝
ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png(+0 -0)📝
ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png(+0 -0)📄 Description
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:
mipmapfolders with varying densities.drawableimage.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)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.