Skip to content

Commit

Permalink
gunnar: Move UDFPS color & HBM type to common
Browse files Browse the repository at this point in the history
Change-Id: Ia5450a32cdc0bbedb2a7d370040315d664f5a4a6
  • Loading branch information
AKoskovich authored and tangalbert919 committed Oct 30, 2024
1 parent 5cdf4d5 commit ce9b5f3
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2022 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources>

<!-- Color of the UDFPS Pressed view -->
<color name="config_udfpsColor">#ffffe6</color>

<!-- HBM type of UDFPS overlay.
0 - GLOBAL HBM
1 - LOCAL HBM
-->
<integer name="config_udfpsHbmType">0</integer>

</resources>

0 comments on commit ce9b5f3

Please sign in to comment.