From b380f380d8f4b641806ef13d94141ecb5b7881c0 Mon Sep 17 00:00:00 2001 From: Nathan Adams Date: Mon, 18 Mar 2024 23:19:49 +0100 Subject: [PATCH] Add HardcodedText as an error --- app/lint.xml | 4 ++++ app/src/main/res/layout/keyboard.xml | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 app/lint.xml diff --git a/app/lint.xml b/app/lint.xml new file mode 100644 index 00000000..1b9b592c --- /dev/null +++ b/app/lint.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/keyboard.xml b/app/src/main/res/layout/keyboard.xml index 6a00495b..ae1f5540 100644 --- a/app/src/main/res/layout/keyboard.xml +++ b/app/src/main/res/layout/keyboard.xml @@ -4,7 +4,8 @@ xmlns:tools="http://schemas.android.com/tools" android:id="@+id/topLevel" android:layout_width="match_parent" - android:layout_height="match_parent"> + android:layout_height="match_parent" + tools:ignore="HardcodedText">