feat(widget): 오디오 콘텐츠 태그 배지를 추가한다
This commit is contained in:
4
app/src/main/res/drawable/bg_audio_content_tag_first.xml
Normal file
4
app/src/main/res/drawable/bg_audio_content_tag_first.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#FF34B8" />
|
||||
</shape>
|
||||
4
app/src/main/res/drawable/bg_audio_content_tag_free.xml
Normal file
4
app/src/main/res/drawable/bg_audio_content_tag_free.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#052742" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user