asteroids/android/res/drawable-anydpi-v26/ic_launcher.xml

7 lines
273 B
XML
Raw Normal View History

2020-01-23 12:33:39 -07:00
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon
xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_background_color"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>