APPBase/contacts/src/main/res/drawable/ic_launcher_disable.xml
2025-02-20 11:28:57 +08:00

12 lines
417 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
android:clickable="true">
<item android:drawable="@drawable/ic_launcher_background"/>
<item
android:left="15dp"
android:top="15dp"
android:right="15dp"
android:bottom="15dp"
android:drawable="@drawable/ic_launcher_foreground_disable"/>
</layer-list>