Loading core/res/res/values/styles_device_defaults.xml +2 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,8 @@ easier. <style name="Widget.DeviceDefault.Button.Inset" parent="Widget.Material.Button.Inset"/> <style name="Widget.DeviceDefault.Button.Toggle" parent="Widget.Material.Button.Toggle"/> <style name="Widget.DeviceDefault.Button.Colored" parent="Widget.Material.Button.Colored"> <item name="outlineAmbientShadowColor">@color/btn_colored_background_material</item> <item name="outlineSpotShadowColor">@color/btn_colored_background_material</item> <item name="textAppearance">?attr/textAppearanceButton</item> <item name="textColor">@color/btn_colored_text_material</item> </style> Loading Loading
core/res/res/values/styles_device_defaults.xml +2 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,8 @@ easier. <style name="Widget.DeviceDefault.Button.Inset" parent="Widget.Material.Button.Inset"/> <style name="Widget.DeviceDefault.Button.Toggle" parent="Widget.Material.Button.Toggle"/> <style name="Widget.DeviceDefault.Button.Colored" parent="Widget.Material.Button.Colored"> <item name="outlineAmbientShadowColor">@color/btn_colored_background_material</item> <item name="outlineSpotShadowColor">@color/btn_colored_background_material</item> <item name="textAppearance">?attr/textAppearanceButton</item> <item name="textColor">@color/btn_colored_text_material</item> </style> Loading