From 3ab00b65ec19a74618336745315772e570948b3c Mon Sep 17 00:00:00 2001 From: Claire G Date: Mon, 3 Apr 2023 18:17:17 +0200 Subject: [PATCH] 2eme push --- app/src/main/res/layout/settings_activity.xml | 10 ++++++++++ app/src/main/res/xml/root_preferences.xml | 13 +++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 app/src/main/res/layout/settings_activity.xml create mode 100644 app/src/main/res/xml/root_preferences.xml diff --git a/app/src/main/res/layout/settings_activity.xml b/app/src/main/res/layout/settings_activity.xml new file mode 100644 index 0000000..00a568f --- /dev/null +++ b/app/src/main/res/layout/settings_activity.xml @@ -0,0 +1,10 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/xml/root_preferences.xml b/app/src/main/res/xml/root_preferences.xml new file mode 100644 index 0000000..ef4bc05 --- /dev/null +++ b/app/src/main/res/xml/root_preferences.xml @@ -0,0 +1,13 @@ + + + + + + + + \ No newline at end of file