forked from github/szkolny
10 lines
434 B
XML
10 lines
434 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item android:id="@+id/ic_main_icon"
|
||
|
android:drawable="@drawable/ic_launcher_foreground"
|
||
|
android:gravity="center" />
|
||
|
|
||
|
<!-- set a place holder Drawable so android:drawable isn't null -->
|
||
|
<item android:id="@+id/ic_badge"
|
||
|
android:drawable="@drawable/ic_launcher_foreground" />
|
||
|
</layer-list>
|