mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-10 06:14:20 +00:00
7 lines
296 B
XML
7 lines
296 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="?attr/menuBackground"/>
|
|
<corners android:radius="10dp"/>
|
|
<padding android:left="0dp" android:top="0dp" android:right="0dp" android:bottom="0dp" />
|
|
</shape>
|