mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 04:05:31 -04:00
universal7885: overlay: SystemUI: Use Monet colors for power menu
It's odd that the power menu doesn't use Monet colors, unlike most of System UI. This makes it feel more integrated with the rest of the system. [edit]: don't apply monet theming to Emergency icon because it's hard to distinguish which one is Emergency button when you really get in *TROUBLE* and panicked Signed-off-by: someone5678 <nemui3353@gmail.com> Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
4e8f041f6e
commit
46821ddc2f
1 changed files with 22 additions and 0 deletions
|
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2020 The Proton AOSP Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources>
|
||||
<!-- Monet colors for power menu -->
|
||||
<color name="global_actions_lite_background">@*android:color/primary_device_default_dark</color>
|
||||
<color name="global_actions_lite_button_background">@*android:color/surface_variant_dark</color>
|
||||
<color name="global_actions_lite_text">@*android:color/foreground_device_default_dark</color>
|
||||
</resources>
|
||||
Loading…
Reference in a new issue