otter: overlay: reduce radius of udfps enrollment progress bar

Change-Id: Icb82e26bd367f3b628638200b93223a6cedb9333
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
diff --git a/overlay/SettingsResCommon/res/values/config.xml b/overlay/SettingsResCommon/res/values/config.xml
index 305287c..fbb80fa 100644
--- a/overlay/SettingsResCommon/res/values/config.xml
+++ b/overlay/SettingsResCommon/res/values/config.xml
@@ -6,4 +6,7 @@
 <resources>
     <!-- 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">120</integer>
 </resources>