main

square/leakcanary

Last updated at: 29/12/2023 09:38

leak_canary_icon.xml

TLDR

This file defines the adaptive icon for the Leak Canary feature in the Demo Projects project.

Classes

None

<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
  <background android:drawable="@color/leak_canary_white"/>
  <foreground android:drawable="@drawable/leak_canary_icon_foreground"/>
  <monochrome android:drawable="@drawable/leak_canary_icon_monochrome" />
</adaptive-icon>