summaryrefslogtreecommitdiff
path: root/data/res/values/themes_device_defaults.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/res/values/themes_device_defaults.xml')
-rw-r--r--data/res/values/themes_device_defaults.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/res/values/themes_device_defaults.xml b/data/res/values/themes_device_defaults.xml
index 92b2f334..14e5082b 100644
--- a/data/res/values/themes_device_defaults.xml
+++ b/data/res/values/themes_device_defaults.xml
@@ -1673,6 +1673,15 @@ easier.
<item name="toolbarStyle">@style/Widget.DeviceDefault.Toolbar</item>
</style>
+
+ <!-- @hide DeviceDefault theme for the autofill FillUi -->
+ <style name="Theme.DeviceDefault.Autofill" parent="Theme.Material.Autofill.Light">
+ </style>
+
+ <!-- @hide DeviceDefault theme for the autofill SaveUi -->
+ <style name="Theme.DeviceDefault.Autofill.Save" parent="Theme.Material.Autofill.Save.Light">
+ </style>
+
<!-- DeviceDefault theme for the default system theme. -->
<style name="Theme.DeviceDefault.System" parent="Theme.DeviceDefault.Light.DarkActionBar" />