feat: 메인 홈
- 최신 콘텐츠 UI 추가
This commit is contained in:
5
app/src/main/res/drawable/bg_round_corner_999_263238.xml
Normal file
5
app/src/main/res/drawable/bg_round_corner_999_263238.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#263238" />
|
||||
<corners android:radius="999dp" />
|
||||
</shape>
|
||||
5
app/src/main/res/drawable/bg_round_corner_999_3bb9f1.xml
Normal file
5
app/src/main/res/drawable/bg_round_corner_999_3bb9f1.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/color_3bb9f1" />
|
||||
<corners android:radius="999dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user