mirror of
https://github.com/Michatec/Radio.git
synced 2026-01-30 23:17:21 +00:00
7 lines
292 B
XML
7 lines
292 B
XML
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
|
|
<solid android:color="@color/search_result_background" />
|
|
<corners android:radius="16dp" />
|
|
<stroke android:width="3dp" android:color="@color/list_card_stroke_background" />
|
|
</shape> |