feat: 마이페이지
- 신규 UI 적용
This commit is contained in:
5
app/src/main/res/drawable/bg_round_corner_16_15202f.xml
Normal file
5
app/src/main/res/drawable/bg_round_corner_16_15202f.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="#15202F" />
|
||||
<corners android:radius="16dp" />
|
||||
</shape>
|
||||
5
app/src/main/res/drawable/bg_round_corner_999_fc8f0f.xml
Normal file
5
app/src/main/res/drawable/bg_round_corner_999_fc8f0f.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="#FC8F0F" />
|
||||
<corners android:radius="999dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user