main

square/leakcanary

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

leak_canary_info_rectangle.xml

TLDR

The leak_canary_info_rectangle.xml file defines a shape drawable with a stroke and rounded corners.

<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <stroke android:width="2dp" android:color="@color/leak_canary_class_name" />
    <corners android:radius="6dp" />
</shape>