From 1c7e4747f029b3ccd0f70038e929038b6a4eeddd Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Tue, 30 Apr 2024 17:18:18 +0200 Subject: [PATCH] chore: Update lint, mark item_status_filtered text non-selectable (#677) --- app/lint-baseline.xml | 46 +------------------ .../main/res/layout/item_status_filtered.xml | 1 + 2 files changed, 2 insertions(+), 45 deletions(-) diff --git a/app/lint-baseline.xml b/app/lint-baseline.xml index 295c52d3a..83534adaa 100644 --- a/app/lint-baseline.xml +++ b/app/lint-baseline.xml @@ -1602,39 +1602,6 @@ column="13"/> - - - - - - - - - - - - @@ -2632,17 +2599,6 @@ column="5"/> - - - - diff --git a/app/src/main/res/layout/item_status_filtered.xml b/app/src/main/res/layout/item_status_filtered.xml index 462df0f6e..6f13b2e27 100644 --- a/app/src/main/res/layout/item_status_filtered.xml +++ b/app/src/main/res/layout/item_status_filtered.xml @@ -15,6 +15,7 @@ android:textColor="?android:textColorTertiary" android:textSize="?attr/status_text_medium" android:textAlignment="center" + android:textIsSelectable="false" tools:text="Filter: MyFilter" />