mirror of
https://github.com/pjgowtham/android_device_realme_ferrarri.git
synced 2026-05-20 00:20:35 +00:00
ferrarri: Update fod sensor location for ferrarri
sensorlocationX is calculated as width/2 sensorlocationY is calculated as (height - persist.vendor.fingerprint.optical.iconlocation) ie (3216 - 753 = 2463) sensorRadius is calculated as persist.vendor.fingerprint.optical.iconsize/2 ie (228/2 = 114) config_udfpsEnrollProgressBar is calculated as sensorRadius+5 Change-Id: If6556437abc7c760a45bd3f73f34e38f5d9bb3f2
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
<resources>
|
||||
|
||||
<!-- The radius of the enrollment progress bar, in dp -->
|
||||
<integer name="config_udfpsEnrollProgressBar" translatable="false">129</integer>
|
||||
<integer name="config_udfpsEnrollProgressBar" translatable="false">119</integer>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user