mirror of
https://git.tardis.systems/mirrors/yuzu
synced 2025-06-17 14:45:10 +02:00
12 lines
322 B
XML
12 lines
322 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item>
|
|
<color android:color="@android:color/white" />
|
|
</item>
|
|
<item android:id="@+id/shortcut_foreground">
|
|
<bitmap android:src="@drawable/default_icon" />
|
|
</item>
|
|
|
|
</layer-list>
|