diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-08-12 20:43:51 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-08-12 20:43:51 -0600 |
commit | d9dfccfc6a8ba167ba38efdf83368e790f35a636 (patch) | |
tree | 991b63d78c81632d3844334b0db0b53ebbf3e232 /app/src/main/res/xml/preferences.xml | |
parent | fb51cefd42871cc470253edbe9616706bfbd2361 (diff) | |
download | wiimmfi-watcher-d9dfccfc6a8ba167ba38efdf83368e790f35a636.tar wiimmfi-watcher-d9dfccfc6a8ba167ba38efdf83368e790f35a636.tar.gz wiimmfi-watcher-d9dfccfc6a8ba167ba38efdf83368e790f35a636.tar.bz2 |
i have no idea what im doing actuallydev
Diffstat (limited to 'app/src/main/res/xml/preferences.xml')
-rw-r--r-- | app/src/main/res/xml/preferences.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 624ed13..0123331 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -1,4 +1,13 @@ <?xml version="1.0" encoding="utf-8"?> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> + <Preference + android:key="theme" + android:title="Theme" + android:summary="Blue (Default)" /> + + <SwitchPreference + android:key="dark_mode" + android:title="Dark mode"/> + </PreferenceScreen>
\ No newline at end of file |