1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-21 17:59:09 -05:00
wulkanowy-mirror/app/src/main/res/drawable/background_header_note.xml

5 lines
194 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="?colorPrimary"/>
<corners android:radius="12dp"/>
</shape>