Skip to content

Commit

Permalink
#6 remain_ui/남은 ui : 로딩 화면
Browse files Browse the repository at this point in the history
 - gif 변경
  • Loading branch information
likppi10 committed Sep 12, 2022
1 parent e961ec8 commit 793c9ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class LoadingActivity : AppCompatActivity() {
binding = ActivityLoadingBinding.inflate(layoutInflater)
setContentView(binding.root)

Glide.with(this).load(R.raw.loading).into(binding.loadView)
Glide.with(this).load(R.raw.new_loading).into(binding.loadView)

binding.loadView.setOnClickListener {
startActivity(MainActivity.newIntent(this))
Expand Down
Binary file added app/src/main/res/raw/new_loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 793c9ce

Please sign in to comment.