diff options
Diffstat (limited to 'res/values/themes.xml')
-rw-r--r-- | res/values/themes.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/themes.xml b/res/values/themes.xml index 644c6bb0d..66677934c 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -46,7 +46,7 @@ </style> - <style name="DocumentsDefaultTheme" parent="@style/Theme.MaterialComponents.Light.NoActionBar"> + <style name="DocumentsDefaultTheme" parent="@style/Theme.MaterialComponents.DayNight.NoActionBar"> <!-- This only used by support lib, not allow to overlay --> <item name="windowActionBar">false</item> @@ -64,10 +64,12 @@ <item name="actionOverflowButtonStyle">@style/OverflowButtonStyle</item> <item name="actionOverflowMenuStyle">@style/OverflowMenuStyle</item> <item name="alertDialogTheme">@style/AlertDialogTheme</item> + <item name="autoCompleteTextViewStyle">@style/AutoCompleteTextViewStyle</item> <item name="bottomSheetDialogTheme">@style/BottomSheetDialogStyle</item> <item name="materialButtonStyle">@style/MaterialButton</item> <item name="materialButtonOutlinedStyle">@style/MaterialOutlinedButton</item> <item name="materialCardViewStyle">@style/CardViewStyle</item> + <item name="materialAlertDialogTheme">@style/MaterialAlertDialogTheme</item> <item name="queryBackground">@color/menu_search_background</item> <item name="snackbarButtonStyle">@style/SnackbarButtonStyle</item> </style> |