From f4d88cc0876ec29ff46dbda0159168ebee637afb Mon Sep 17 00:00:00 2001
From: Jules Aguillon
Date: Sat, 10 Feb 2024 18:03:09 +0100
Subject: Fix various linter warnings
Among others:
- Use `apply` instead of `commit` when saving shared preferences.
- Avoid inlined Api
- Remove unused resources
---
res/layout/dialog_edit_text.xml | 2 +-
res/layout/launcher_activity.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
(limited to 'res/layout')
diff --git a/res/layout/dialog_edit_text.xml b/res/layout/dialog_edit_text.xml
index ad07947..5b935dc 100644
--- a/res/layout/dialog_edit_text.xml
+++ b/res/layout/dialog_edit_text.xml
@@ -1,4 +1,4 @@
-
+
diff --git a/res/layout/launcher_activity.xml b/res/layout/launcher_activity.xml
index c007299..4e0cc0c 100644
--- a/res/layout/launcher_activity.xml
+++ b/res/layout/launcher_activity.xml
@@ -1,12 +1,12 @@
-
+
-
+
--
cgit v1.2.3