Skip to content

Instantly share code, notes, and snippets.

View sarsamurmu's full-sized avatar

Sarsa Murmu sarsamurmu

View GitHub Profile
<?xml version="1.0" encoding="utf-8"?>
<resources>
<item drawable="sample"/>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<item component="ComponentInfo{}" drawable="sample"/>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/my_icon_background"/>
<foreground android:drawable="@drawable/my_icon_foreground"/>
</adaptive-icon>