From 9bad5024ff2fe13d9fe366ed40a2ea8662620c18 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Wed, 21 Aug 2019 16:21:17 +0800 Subject: Fixed getting same notifications for different accounts (for real this time). Add a settings acivity but with no use now. Minor bugs fixed. Minor UI tweaks. --- app/src/main/res/xml/main_preferences.xml | 25 +++++++++++++++++++++++ app/src/main/res/xml/notification_preferences.xml | 20 ++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 app/src/main/res/xml/main_preferences.xml create mode 100644 app/src/main/res/xml/notification_preferences.xml (limited to 'app/src/main/res/xml') diff --git a/app/src/main/res/xml/main_preferences.xml b/app/src/main/res/xml/main_preferences.xml new file mode 100644 index 00000000..5d624d7f --- /dev/null +++ b/app/src/main/res/xml/main_preferences.xml @@ -0,0 +1,25 @@ + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/xml/notification_preferences.xml b/app/src/main/res/xml/notification_preferences.xml new file mode 100644 index 00000000..1bb81106 --- /dev/null +++ b/app/src/main/res/xml/notification_preferences.xml @@ -0,0 +1,20 @@ + + + + + + + + \ No newline at end of file -- cgit v1.2.3