otter: overlay: move keyguard indication text up

Our UDFPS sensor is located pretty low, overlapping with the
indication text by default.

Change-Id: I7e2ed3d3da66ba1b3854d28dfb878e5870dfc8cc
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
diff --git a/overlay/SystemUIResTarget/res/values/dimens.xml b/overlay/SystemUIResTarget/res/values/dimens.xml
index 1fa4e96..713d68f 100644
--- a/overlay/SystemUIResTarget/res/values/dimens.xml
+++ b/overlay/SystemUIResTarget/res/values/dimens.xml
@@ -13,6 +13,8 @@
     <!--  Total minimum padding to enforce to ensure that the dot can always show  -->
     <dimen name="ongoing_appops_dot_min_padding">14dp</dimen>
 
+    <dimen name="keyguard_indication_margin_bottom">300px</dimen>
+
     <!-- Location on the screen of the center of the physical power button. -->
     <dimen name="physical_power_button_center_screen_location_y">800px</dimen>