zenfone8: Drop some old FOD overlay
Change-Id: I9719cf5330b811ca96199b7c7b8f93558b53d841
diff --git a/overlay/packages/apps/Settings/res/values/config.xml b/overlay/packages/apps/Settings/res/values/config.xml
index 2fe02e4..cc97b86 100644
--- a/overlay/packages/apps/Settings/res/values/config.xml
+++ b/overlay/packages/apps/Settings/res/values/config.xml
@@ -17,7 +17,4 @@
have distinct intensity levels -->
<bool name="config_vibration_supports_multiple_intensities">true</bool>
- <integer name="config_fingerprintSensorLocation">4</integer>
- <dimen name="fingerprint_find_sensor_padding_top">0px</dimen>
-
</resources>
\ No newline at end of file
diff --git a/overlay/packages/apps/Settings/res/values/custom_styles.xml b/overlay/packages/apps/Settings/res/values/custom_styles.xml
deleted file mode 100644
index 64ef26c..0000000
--- a/overlay/packages/apps/Settings/res/values/custom_styles.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2021 The OmniROM 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>
- <!-- Fingerprint -->
- <style name="FingerprintGravity">
- <item name="android:gravity">center_horizontal</item>
- </style>
-</resources>
diff --git a/rro_overlays/SystemUIOverlay/res-keyguard/values/dimens.xml b/rro_overlays/SystemUIOverlay/res-keyguard/values/dimens.xml
deleted file mode 100644
index bd9372c..0000000
--- a/rro_overlays/SystemUIOverlay/res-keyguard/values/dimens.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-**
-** Copyright 2020, The OmniROM 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>
- <dimen name="keyguard_fod_switch_bottom_margin">37dp</dimen>
- <dimen name="keyguard_security_container_bottom_margin">22dp</dimen>
-</resources>
\ No newline at end of file
diff --git a/rro_overlays/SystemUIOverlay/res/values/config.xml b/rro_overlays/SystemUIOverlay/res/values/config.xml
index afaeb7c..d12eb0d 100644
--- a/rro_overlays/SystemUIOverlay/res/values/config.xml
+++ b/rro_overlays/SystemUIOverlay/res/values/config.xml
@@ -27,11 +27,6 @@
<integer name="config_maxVisibleNotificationIcons">8</integer>
<integer name="config_maxVisibleNotificationIconsWhenDark">9</integer>
- <!-- Color of the FOD view -->
- <color name="config_fodColor">#FFFFFFE6</color>
-
- <bool name="keyguard_security_container_force_bottom_margin">true</bool>
-
<!-- Default rounded corner curve (a Bezier). Must match (the curved path in) rounded.xml.
Note that while rounded.xml includes the entire path (including the horizontal and vertical
corner edges), this pulls out just the curve.