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>
fourteen-wip
Omkar Chandorkar 1 year ago committed by Simon1511
parent 584bfb3556
commit 4df4944c4b
  1. 5
      overlay/frameworks/base/packages/SystemUI/res/values/config.xml
  2. 3
      overlay/packages/apps/Settings/res/values/config.xml

@ -23,11 +23,6 @@
<!-- Doze: does this device support STATE_DOZE? -->
<bool name="doze_display_state_supported">true</bool>
<!-- The radius of the enrollment progress bar, in dp -->
<integer name="config_udfpsEnrollProgressBar" translatable="false">
70
</integer>
<!-- the padding on the top of the statusbar (usually 0) -->
<dimen name="status_bar_padding_top">8dp</dimen>

@ -34,4 +34,7 @@
should be either LOW (1) or HIGH (3).
-->
<integer name="config_vibration_supported_intensity_levels">3</integer>
<!-- The radius of the enrollment progress bar, in dp -->
<integer name="config_udfpsEnrollProgressBar" translatable="false">70</integer>
</resources>

Loading…
Cancel
Save