[2/2] OmniGears: screen off animation config

Change-Id: Iea7a7b4211dcdf17e88dff6f2943c5b6e5af1c70
diff --git a/res/values/custom_arrays.xml b/res/values/custom_arrays.xml
index 3601e49..ad4d58a 100644
--- a/res/values/custom_arrays.xml
+++ b/res/values/custom_arrays.xml
@@ -490,4 +490,16 @@
         <item>7</item>
         <item>5</item>
     </string-array>
+
+    <string-array name="screen_off_animation_entries">
+        <item>@string/screen_off_animation_default</item>
+        <item>@string/screen_off_animation_crt</item>
+        <item>@string/screen_off_animation_scale</item>
+    </string-array>
+
+    <string-array name="screen_off_animation_values" translatable="false">
+        <item>0</item>
+        <item>2</item>
+        <item>3</item>
+    </string-array>
 </resources>