From 0bf459d385e7a2310ae64340271272698d0bc440 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Tue, 19 Sep 2023 17:42:20 +0200 Subject: [PATCH] refactor: Use "compat" drawables where appropriate (#72) Use AppCompatResources.getDrawable() and app:drawableStartCompat. Resolves existing lint issues. --- app/lint-baseline.xml | 66 ------------------- app/src/main/java/app/pachli/MainActivity.kt | 2 +- app/src/main/res/layout/activity_account.xml | 2 +- .../res/layout/activity_tab_preference.xml | 2 +- app/src/main/res/layout/item_follow.xml | 2 +- app/src/main/res/layout/item_status.xml | 2 +- app/src/main/res/layout/view_poll_preview.xml | 4 +- 7 files changed, 7 insertions(+), 73 deletions(-) diff --git a/app/lint-baseline.xml b/app/lint-baseline.xml index 070c80dd2..37f4920ca 100644 --- a/app/lint-baseline.xml +++ b/app/lint-baseline.xml @@ -128,72 +128,6 @@ column="9"/> - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file +