mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-04-02 06:44:27 +02:00
11 lines
431 B
XML
11 lines
431 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="@mipmap/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="@mipmap/ic_launcher_foreground" />
|
|
</layer-list>
|