chinwag-android/app/src/main/res/drawable/ic_splash.xml
Konrad Pozniak eb167c623b
new app icon (#2695)
* new app icon

* make icon in readme a bit smaller
2022-09-13 19:48:09 +02:00

11 lines
No EOL
322 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="240dp"
android:layout_width="240dp">
<item android:drawable="@color/icon_background" />
<item
android:drawable="@drawable/ic_launcher_foreground" />
</layer-list>