overlay: SystemUI: Remove power menu shadow

This fits better with Material You, especially when the default shadow
gets clipped at the edges.

Change-Id: If1f421692bcc737882f76fc7929b9f9dd0dd71f0
This commit is contained in:
Danny Lin 2021-10-09 14:50:31 -07:00 committed by Michael Bestas
parent 945c2a3017
commit 58c6508566
No known key found for this signature in database
GPG key ID: CC95044519BE6669

View file

@ -17,4 +17,7 @@
-->
<resources>
<dimen name="rounded_corner_content_padding">8dp</dimen>
<!-- Remove power menu shadow -->
<dimen name="global_actions_translate">0dp</dimen>
</resources>