abouttreesummaryrefslogcommitdiff
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorJules Aguillon2025-12-22 01:27:07 +0100
committerGitHub2025-12-22 01:27:07 +0100
commitb40be68773939d3d3b55a819cdfe1d9e9a60bc4e (patch)
treea556e151e1ebabe2a066f89867d1e26333da7f61 /res/values/styles.xml
parent258215f26c52b55b5760b707dbd0a749d418ce58 (diff)
downloadunexpected-keyboard-b40be68773939d3d3b55a819cdfe1d9e9a60bc4e.tar.gz
unexpected-keyboard-b40be68773939d3d3b55a819cdfe1d9e9a60bc4e.zip
Fix various linting issues (#1146)
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index f592cd7..9763c04 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -79,7 +79,7 @@
<item name="android:layout_width">wrap_content</item>
<item name="android:orientation">horizontal</item>
</style>
- <style name="appTheme" parent="@android:style/Theme.DeviceDefault.DayNight"/>
+ <style name="appTheme" parent="@android:style/Theme.Material.Light"/>
<style name="settingsTheme" parent="appTheme">
<!-- Setting this in the activity theme so it propagate to nested
preference screens. -->