mirror of
https://github.com/Michatec/Radio.git
synced 2026-01-30 23:17:21 +00:00
6 lines
207 B
XML
6 lines
207 B
XML
<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> |