mirror of
https://github.com/Michatec/Radio.git
synced 2026-01-30 23:17:21 +00:00
Initial commit
This commit is contained in:
7
app/src/main/res/drawable/shape_search_result_item.xml
Normal file
7
app/src/main/res/drawable/shape_search_result_item.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user