zenfone8: Edit the fingerprint sensor location for better animations

Change-Id: I8e5f292147d084dcf5012cf0feadc7e01cab500e
diff --git a/rro_overlays/FrameworksResOverlay/res/values/config.xml b/rro_overlays/FrameworksResOverlay/res/values/config.xml
index 769aa46..a1c2b4f 100644
--- a/rro_overlays/FrameworksResOverlay/res/values/config.xml
+++ b/rro_overlays/FrameworksResOverlay/res/values/config.xml
@@ -667,10 +667,10 @@
     </array>
 
     <array name="config_sfps_sensor_props_0" translatable="false">
-        <item>local:4630947220766978690</item>
-        <item>1046</item>
-        <item>1210</item>
-        <item>115</item>
+        <item>local:4630947220766978690</item> <!--item>displayId</item-->
+        <item>1080</item> <!--item>sensorLocationX</item-->
+        <item>1070</item> <!--item>sensorLocationY</item-->
+        <item>125</item> <!--item>sensorRadius</item-->
     </array>
 
 </resources>
diff --git a/rro_overlays/SystemUIOverlay/res/values/dimens.xml b/rro_overlays/SystemUIOverlay/res/values/dimens.xml
index f955e34..099b16e 100644
--- a/rro_overlays/SystemUIOverlay/res/values/dimens.xml
+++ b/rro_overlays/SystemUIOverlay/res/values/dimens.xml
@@ -38,14 +38,14 @@
     <dimen name="system_icons_keyguard_padding_end">@dimen/status_bar_padding_end</dimen>
 
     <!-- Location on the screen of the center of the physical power button. -->
-    <dimen name="physical_power_button_center_screen_location_y">1210px</dimen>
+    <dimen name="physical_power_button_center_screen_location_y">1070px</dimen>
 
     <!-- Location on the screen of the center of the fingerprint sensor. For devices with under
      display fingerprint sensors, this directly corresponds to the fingerprint sensor's location.
      For devices with sensors on the back of the device, this corresponds to the location on the
      screen directly in front of the sensor.
      By default, this is set to @null to use the horizontal center of the screen. -->
-    <dimen name="physical_fingerprint_sensor_center_screen_location_x">1046px</dimen>
+    <dimen name="physical_fingerprint_sensor_center_screen_location_x">1080px</dimen>
 
     <!-- Location on the screen of the center of the fingerprint sensor. For devices with under
      display fingerprint sensors, this directly corresponds to the fingerprint sensor's location.