2025-02-16 11:43:27 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
|
|
android:gravity="center"
|
|
|
|
android:width="256dp"
|
|
|
|
android:height="256dp">
|
|
|
|
<shape>
|
|
|
|
<solid
|
|
|
|
android:color="#0af"/>
|
|
|
|
</shape>
|
|
|
|
</item>
|
|
|
|
<item android:drawable="@drawable/logo"
|
|
|
|
android:width="65dp"
|
|
|
|
android:height="65dp"
|
|
|
|
android:gravity="center"/>
|
|
|
|
</layer-list>
|