From 51a84d342bccdb96eed47ac2e9b20dac8bcd1f22 Mon Sep 17 00:00:00 2001 From: machiav3lli Date: Fri, 14 Jan 2022 01:36:52 +0100 Subject: [PATCH] Add: Prefs activity's and fragments' layouts --- src/main/res/layout/activity_prefs_x.xml | 69 ++++++++++++++++++++++++ src/main/res/layout/fragment_prefs.xml | 16 ++++++ 2 files changed, 85 insertions(+) create mode 100644 src/main/res/layout/activity_prefs_x.xml create mode 100644 src/main/res/layout/fragment_prefs.xml diff --git a/src/main/res/layout/activity_prefs_x.xml b/src/main/res/layout/activity_prefs_x.xml new file mode 100644 index 00000000..64aa4f1a --- /dev/null +++ b/src/main/res/layout/activity_prefs_x.xml @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/res/layout/fragment_prefs.xml b/src/main/res/layout/fragment_prefs.xml new file mode 100644 index 00000000..e02b68da --- /dev/null +++ b/src/main/res/layout/fragment_prefs.xml @@ -0,0 +1,16 @@ + + + + + + + + + \ No newline at end of file