sm7125-common: overlay: Move UDFPS enroll radius to settings

- required after LineageOS/android_packages_apps_Settings@af35c7c

Change-Id: I79ecd91513df0d195e1d15d20b4438d1b283743f
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
urubino-microg
Omkar Chandorkar 7 months ago committed by Ruchit
parent 090bbf977e
commit 3e7efd961e
  1. 6
      overlay/frameworks/base/packages/SystemUI/res/values/config.xml
  2. 3
      overlay/packages/apps/Settings/res/values/config.xml

@ -20,10 +20,8 @@
<!-- These resources are around just to allow their values to be customized
for different hardware and product builds. -->
<resources>
<!-- The radius of the enrollment progress bar, in dp -->
<integer name="config_udfpsEnrollProgressBar" translatable="false">
70
</integer>
<!-- Doze: does this device support STATE_DOZE? -->
<bool name="doze_display_state_supported">true</bool>
<!-- the padding on the top of the statusbar (usually 0) -->
<dimen name="status_bar_padding_top">8dp</dimen>

@ -37,4 +37,7 @@
<!-- Whether to show Smooth Display feature in Settings Options -->
<bool name="config_show_smooth_display">true</bool>
<!-- The radius of the enrollment progress bar, in dp -->
<integer name="config_udfpsEnrollProgressBar" translatable="false">70</integer>
</resources>

Loading…
Cancel
Save