[2/2] OmniGears: make screen off animation selection logical

dont rely on overlay config_animateScreenLights anymore
but explicitly allow setting type to fade or color
for simplictly the default will be fade so devices
might see a diff first time

Change-Id: Idab6b9fc589aaaa0b02e7a231b7dc7e29c605b61
diff --git a/res/values/custom_arrays.xml b/res/values/custom_arrays.xml
index 2b5d5fa..17e86fe 100644
--- a/res/values/custom_arrays.xml
+++ b/res/values/custom_arrays.xml
@@ -494,13 +494,15 @@
     </string-array>
 
     <string-array name="screen_off_animation_entries">
-        <item>@string/screen_off_animation_default</item>
+        <item>@string/screen_off_animation_fade</item>
+        <item>@string/screen_off_animation_color</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>1</item>
         <item>2</item>
         <item>3</item>
     </string-array>