5 lines
No EOL
201 B
XML
5 lines
No EOL
201 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="@color/popup_bg_color"/>
|
|
<corners android:radius="5dp"/>
|
|
</shape> |