Merge "Make BaseIcon.Workspace so that it can be overriden." into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
8a51f11b63
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user