Skip to content

Commit 402bf8f

Browse files
authored
feat: 이미 로그인 한 경우 바로 메인화면으로 가도록 변경 및 임시 스플래시 화면 추가 (#48)
1 parent 7fb3eba commit 402bf8f

File tree

38 files changed

+299
-91
lines changed

38 files changed

+299
-91
lines changed
13.2 KB
Loading
8.68 KB
Loading
13.2 KB
Loading
8.68 KB
Loading
69 Bytes
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
3+
<item>
4+
<bitmap android:gravity="fill" android:src="@drawable/background"/>
5+
</item>
6+
<item>
7+
<bitmap android:gravity="center" android:src="@drawable/splash"/>
8+
</item>
9+
</layer-list>
16 KB
Loading
23.8 KB
Loading
24.6 KB
Loading
69 Bytes
Loading

0 commit comments

Comments
 (0)