-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#110: 아이콘 및 Splash 수정 #113
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생했어영 브라우닝~~ 드디어 앱 아이콘이 생겼넹~~
<style name="Theme.WeSpot.Starting" parent="Theme.WeSpot"> | ||
<item name="android:statusBarColor">#1C1B1E</item> | ||
<item name="android:navigationBarColor">#1C1B1E</item> | ||
<item name="android:windowLightStatusBar">false</item> | ||
<item name="windowSplashScreenBackground">@drawable/icon</item> | ||
<item name="android:backgroundDimEnabled">false</item> | ||
<item name="android:windowContentOverlay">@null</item> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
<style name="Theme.Wespot.Starting" parent="Theme.SplashScreen"> | ||
<item name="android:statusBarColor">#1C1B1E</item> | ||
<item name="android:navigationBarColor">#1C1B1E</item> | ||
<item name="android:windowLightStatusBar">false</item> | ||
<item name="android:windowSplashScreenBackground">#1C1B1E</item> | ||
<item name="android:windowSplashScreenAnimatedIcon">@drawable/icon</item> | ||
<item name="android:windowSplashScreenIconBackgroundColor">#1C1B1E</item> | ||
<item name="android:windowSplashScreenAnimationDuration">0</item> | ||
<item name="postSplashScreenTheme">@style/Theme.WeSpot</item> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
1. 📄 관련된 이슈 및 소개
close #110
2. 🔥 변경된 점
앱, splash 아이콘을 추가해요
splash 31버전 이전도 대응하게 추가해요
3. ✅ 필수 체크 사항
4. 📸 작업물 사진 공유(선택)
untitled.webm
5. 💡알게된 혹은 궁금한 사항
31버전 이상부터는 PreDrawListener 때문에 잠시 흰화면이 나오는데 이걸 해결하려면 autologin 로직을 옮기거나 splash를 옮겨야하는데 나중에 생각할래..