Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled
17 lines
471 B
XML
17 lines
471 B
XML
<?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>
|