From 11aa7c75e16d6819d0681f408c720cbc6a6754ba Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 18 May 2021 20:48:17 -0600 Subject: did a ton of stuff i dont remember like a dark mode and small enhancements --- app/src/main/res/values/colors.xml | 1 + app/src/main/res/values/strings.xml | 9 +++++++++ app/src/main/res/values/themes.xml | 3 ++- 3 files changed, 12 insertions(+), 1 deletion(-) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index f508026..f565c4c 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -5,6 +5,7 @@ #FF3700B3 #42A5F5 #FF000000 + #151515 #FFFFFFFF #1E88E5 #0D47A1 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 2a6f8a6..bb66ede 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -2,4 +2,13 @@ Wiimmfi All of the code in this project is open source on my GitHub repository here. You are free to use this code and expand upon it under the GNU General Public License. Speaking of bugs, did you find a bug? First, make sure that the issue you found is not listed on my todo list. It\'s possible I\'m already aware of it or working on it. If your issue is not addressed on the todo list, then you can create an issue on my GitHub repository here. If you don\'t know how to use GitHub, you can fill out this Google Form instead. + © Copyright 2021 Bryson Steck\n\nWiimmfi Watcher is available under the GNU General Public License Version 3. You can view the license here.\n\nWiimmfi Watcher is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version.\n\nWiimmfi Watcher is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License + along with Wiimmfi Watcher. If not, see <https://www.gnu.org/licenses/>. + If you would like to get ahold of me for any reason unrelated to bug reports or this app in general, you can contact me through email at steck.bryson@gmail.com or on Discord at bryzinga#9971. \ No newline at end of file diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index b166e7b..73a1e00 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -5,10 +5,11 @@ #1E88E5 #0D47A1 @color/white + #ffffff @color/blue_200 @color/blue_200 - @color/black + @color/white ?attr/colorPrimaryVariant -- cgit v1.2.3