lineage: overlay: Set biometrics colors to accent.
Change-Id: I9dbe50b46e3c89c2aa82c38f6d120731d2b79544
This commit is contained in:
committed by
Paul Keith
parent
4d4e39a845
commit
a6fd6339fd
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<!-- Fingerprint -->
|
||||
<color name="biometric_enroll_intro_color_icon">@*android:color/accent_device_default_dark</color>
|
||||
|
||||
<!-- Pattern -->
|
||||
<color name="lock_pattern_view_regular_color">@*android:color/accent_device_default_dark</color>
|
||||
<color name="setup_lock_pattern_view_success_color_light">@*android:color/accent_device_default_dark</color>
|
||||
|
||||
</resources>
|
15
overlay/common/packages/apps/Settings/res/values/colors.xml
Normal file
15
overlay/common/packages/apps/Settings/res/values/colors.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<!-- Fingerprint -->
|
||||
<color name="biometric_enroll_intro_color_icon">@*android:color/accent_device_default_light</color>
|
||||
|
||||
<!-- Pattern -->
|
||||
<color name="lock_pattern_view_regular_color">@*android:color/accent_device_default_light</color>
|
||||
<color name="setup_lock_pattern_view_success_color_light">@*android:color/accent_device_default_light</color>
|
||||
|
||||
</resources>
|
Reference in New Issue
Block a user