mirror of
https://github.com/Michatec/Radio.git
synced 2026-01-30 23:17:21 +00:00
Initial commit
This commit is contained in:
6
app/src/main/res/drawable/shape_cover_small.xml
Normal file
6
app/src/main/res/drawable/shape_cover_small.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid android:color="@color/list_card_cover_background" />
|
||||
<corners android:radius="4dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user