Loading core/res/res/values-night/themes_device_defaults.xml +3 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,9 @@ easier. {@code TextAppearance.DeviceDefault.Widget.PopupMenu.Large}).</p> --> <!-- DeviceDefault theme for a window that should look like the Settings app. --> <style name="Theme.DeviceDefault.Settings" parent="Theme.DeviceDefault"/> <style name="Theme.DeviceDefault.Settings" parent="Theme.DeviceDefault"> <item name="colorPrimaryDark">@color/primary_dark_device_default_settings</item> </style> <!-- Theme for the dialog shown when an app crashes or ANRs. --> <style name="Theme.DeviceDefault.Dialog.AppError" parent="Theme.DeviceDefault.Dialog.Alert" /> Loading Loading
core/res/res/values-night/themes_device_defaults.xml +3 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,9 @@ easier. {@code TextAppearance.DeviceDefault.Widget.PopupMenu.Large}).</p> --> <!-- DeviceDefault theme for a window that should look like the Settings app. --> <style name="Theme.DeviceDefault.Settings" parent="Theme.DeviceDefault"/> <style name="Theme.DeviceDefault.Settings" parent="Theme.DeviceDefault"> <item name="colorPrimaryDark">@color/primary_dark_device_default_settings</item> </style> <!-- Theme for the dialog shown when an app crashes or ANRs. --> <style name="Theme.DeviceDefault.Dialog.AppError" parent="Theme.DeviceDefault.Dialog.Alert" /> Loading