mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-16 11:16:12 -04:00
> Your app does not show a 48x48dp app icon on a black background during app startup. For more information, see Branded launch.
8 lines
276 B
XML
8 lines
276 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:width="48dp"
|
|
android:height="48dp"
|
|
android:drawable="@mipmap/ic_launcher"
|
|
android:gravity="center" />
|
|
</layer-list> |