From 77d23165352bf8cdb0ad11277a26f02044736a38 Mon Sep 17 00:00:00 2001 From: M66B Date: Fri, 15 Apr 2022 22:19:41 +0200 Subject: [PATCH] Added leak canary icon --- app/src/main/res/drawable/leakcanary.xml | 17 +++++++++++++++++ .../main/res/layout/fragment_options_misc.xml | 2 ++ 2 files changed, 19 insertions(+) create mode 100644 app/src/main/res/drawable/leakcanary.xml diff --git a/app/src/main/res/drawable/leakcanary.xml b/app/src/main/res/drawable/leakcanary.xml new file mode 100644 index 0000000000..aa225f7a21 --- /dev/null +++ b/app/src/main/res/drawable/leakcanary.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + diff --git a/app/src/main/res/layout/fragment_options_misc.xml b/app/src/main/res/layout/fragment_options_misc.xml index 2ca5ecadb7..7fe69e022c 100644 --- a/app/src/main/res/layout/fragment_options_misc.xml +++ b/app/src/main/res/layout/fragment_options_misc.xml @@ -458,6 +458,8 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginTop="12dp" + android:drawableStart="@drawable/leakcanary" + android:drawablePadding="6dp" android:text="@string/title_advanced_canary" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent"