Skip to content

Commit

Permalink
refactor: 스플래시 디자인 변경 (#416)
Browse files Browse the repository at this point in the history
* refactor: 뷰 id 변경

* refactor: 안드로이드 12에서 나오는 스플래시가 보이지 않는 것처럼 구현

* refactor: 불필요한 코드 삭제

* refactor: warning 제거 애노테이션 추가

* refactor: 불필요한 파일 삭제

* refactor: 기본 스플래시를 사용하도록 변경

* refactor: 스플래시 액티비티 디자인 변경

* refactor: 아이콘 변경
  • Loading branch information
krrong authored Oct 5, 2023
1 parent afddfa8 commit 9d7aa5f
Show file tree
Hide file tree
Showing 39 changed files with 2,243 additions and 99 deletions.
Binary file added android/app/src/main/ic_launcher-playstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.now.naaga.presentation.splash

import android.annotation.SuppressLint
import android.content.Intent
import android.net.Uri
import android.os.Bundle
Expand All @@ -18,6 +19,7 @@ import com.now.naaga.presentation.login.LoginActivity
import com.now.naaga.util.extension.getPackageInfoCompat
import dagger.hilt.android.AndroidEntryPoint

@SuppressLint("CustomSplashScreen")
@AndroidEntryPoint
class SplashActivity : AppCompatActivity(), AnalyticsDelegate by DefaultAnalyticsDelegate() {
private val viewModel: SplashViewModel by viewModels()
Expand Down
Binary file modified android/app/src/main/naaga_icon-playstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
728 changes: 728 additions & 0 deletions android/app/src/main/res/drawable/ic_launcher_foreground.xml

Large diffs are not rendered by default.

46 changes: 0 additions & 46 deletions android/app/src/main/res/drawable/ic_logo_purple.xml

This file was deleted.

Loading

0 comments on commit 9d7aa5f

Please sign in to comment.