Merge "Make BaseIcon.Workspace so that it can be overriden." into sc-dev

This commit is contained in:
Jonathan Miranda
2021-06-01 18:17:43 +00:00
committed by Android (Google) Code Review
+5 -1
View File
@@ -240,7 +240,7 @@
<!-- Icon displayed on the workspace -->
<style name="BaseIcon.Workspace" >
<style name="BaseIcon.Workspace.Shadows" parent="BaseIcon">
<item name="android:shadowRadius">2.0</item>
<item name="android:shadowColor">?attr/workspaceShadowColor</item>
<item name="ambientShadowColor">?attr/workspaceAmbientShadowColor</item>
@@ -251,6 +251,10 @@
<item name="keyShadowOffsetY">.5dp</item>
</style>
<!-- Intentionally empty so we can override -->
<style name="BaseIcon.Workspace" parent="BaseIcon.Workspace.Shadows">
</style>
<!-- Theme for the popup container -->
<style name="PopupItem">
<item name="android:colorControlHighlight">?attr/popupColorTertiary</item>