feat(home): 최근 데뷔 크리에이터 카드를 정리한다
This commit is contained in:
5
app/src/main/res/drawable/bg_home_recent_debut_card.xml
Normal file
5
app/src/main/res/drawable/bg_home_recent_debut_card.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/gray_900" />
|
||||
<corners android:radius="@dimen/radius_14" />
|
||||
</shape>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient
|
||||
android:angle="270"
|
||||
android:startColor="#00000000"
|
||||
android:centerColor="#00000000"
|
||||
android:centerY="0.64"
|
||||
android:endColor="#B3000000" />
|
||||
<corners android:radius="@dimen/radius_14" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user