main

square/leakcanary

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

leak_canary_dump.xml

TLDR

This file is an XML drawable file called leak_canary_dump.xml. It defines a vector image with multiple paths.

Methods

No methods found in the file.

Classes

No classes found in the file.

<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="23dp"
    android:viewportWidth="24"
    android:viewportHeight="23">
  <path
      android:pathData="M3.25,5H10.25"
      android:strokeWidth="2.5"
      android:fillColor="#00000000"
      android:strokeColor="#000000"
      android:strokeLineCap="round"/>
  <path
      android:pathData="M2.25,5.25h0.5v2.5h-0.5z"
      android:strokeWidth="0.5"
      android:fillColor="#000000"
      android:strokeColor="#000000"/>
  <path
      android:pathData="M3,8C3,6.8954 3.8954,6 5,6H19C20.1046,6 21,6.8954 21,8V16C21,17.1046 20.1046,18 19,18H5C3.8954,18 3,17.1046 3,16V8Z"
      android:strokeWidth="2"
      android:fillColor="#00000000"
      android:strokeColor="#000000"/>
</vector>