Skip to content

Commit

Permalink
Themes: Update Biometric dialog accent
Browse files Browse the repository at this point in the history
- Kill teal with fire!
  • Loading branch information
Alex authored and eldainosor committed Apr 22, 2020
1 parent 3d3e9c4 commit ea34b69
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@
<!-- The color of the material notification background when dimmed -->
<color name="notification_material_background_dimmed_color">@*android:color/primary_device_default_dark</color>

<!-- Biometric dialog colors -->
<color name="biometric_dialog_accent">@*android:color/accent_device_default_light</color>
</resources>
24 changes: 24 additions & 0 deletions Overlays/frameworks/base/packages/SystemUI/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
* Copyright 2010, The Android Open Source 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>

<!-- Biometric dialog colors -->
<color name="biometric_dialog_accent">@*android:color/accent_device_default_light</color>

</resources>

0 comments on commit ea34b69

Please sign in to comment.