aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-v29/prefs.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2020-03-29 20:03:50 +0530
committerGitHub <noreply@github.com>2020-03-29 20:03:50 +0530
commitbc463f3c64ab04ae766aa2f161cce8d5f0e4b9f3 (patch)
treec509e028fac85fcee6804402e32c277084f63afa /app/src/main/res/values-v29/prefs.xml
parent6e84ca1f3c19fc0f67f021ad43c40d7b99416d55 (diff)
Significantly improve app theming (#679)
* Update CHANGELOG * Use outlined box style in folder creation dialog * Add user-facing choice for app theme Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/src/main/res/values-v29/prefs.xml')
-rw-r--r--app/src/main/res/values-v29/prefs.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values-v29/prefs.xml b/app/src/main/res/values-v29/prefs.xml
new file mode 100644
index 00000000..a007423f
--- /dev/null
+++ b/app/src/main/res/values-v29/prefs.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="app_theme_def" translatable="false">follow_system</string>
+</resources>