Skip to content
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

SplashScreen Theme Style 에 AppIcon을 null 로 두어도 AppIcon이 보이는 이슈 #87

Closed
easyhooon opened this issue Aug 24, 2023 · 1 comment

Comments

@easyhooon
Copy link
Collaborator

<?xml version="1.0" encoding="utf-8"?>
<resources>

  <style name="Theme.Bandalart.Splash" parent="Theme.SplashScreen">
    <item name="windowSplashScreenBackground">#FFF9FAFB</item>
    <item name="windowSplashScreenAnimatedIcon">@null</item>
    <item name="windowSplashScreenAnimationDuration">300</item>
    <item name="postSplashScreenTheme">@style/Theme.Bandalart</item>
  </style>

</resources>

다음과 같이 splash.xml 을 설정하여도 앱 빌드시 앱 아이콘이 보여지고, 이후에 커스텀하게 만든 SplashScreen 이 띄워지는 문제
앱 아이콘이 안보이도록(흰배경만 보이도록) 하는 방법을 찾아야 함

SplashScreenIssue.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant