gts3l-common: overlay: Move fingerprint sensor location on the preview

From the bottom of the screen to the inside of the bottom bezel.

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Iec2e3d2d22d65534b8f0cc69458d23d52a6ddd54
This commit is contained in:
Deokgyu Yang 2021-07-02 01:35:17 +09:00
parent 6a91c8baa0
commit b29299ca4f

View file

@ -16,6 +16,6 @@
<resources>
<!-- Fingerprint sensor location -->
<dimen name="fingerprint_dot_radius">5dp</dimen>
<item name="fingerprint_sensor_location_fraction_y" type="fraction">83.60%</item>
<dimen name="fingerprint_dot_radius">6dp</dimen>
<item name="fingerprint_sensor_location_fraction_y" type="fraction">94.00%</item>
</resources>