mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-03-18 09:47:16 +01:00
7 lines
226 B
XML
7 lines
226 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:id="@+id/shortcut_image"
|
|
android:drawable="@mipmap/ic_launcher"/>
|
|
|
|
</layer-list>
|