mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-08 21:37:58 +00:00
19 lines
487 B
XML
19 lines
487 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item>
|
|
<shape android:shape="oval">
|
|
<solid android:color="@color/dl_update"/>
|
|
<size
|
|
android:width="40dp"
|
|
android:height="40dp" />
|
|
</shape>
|
|
</item>
|
|
|
|
<item
|
|
android:bottom="8dp"
|
|
android:drawable="@drawable/ic_downloader_update"
|
|
android:left="8dp"
|
|
android:right="8dp"
|
|
android:top="8dp" />
|
|
</layer-list> |