OmniGears: Power Menu animations [2/2]

Change-Id: I994bb65f4196c05dd92308bea7eb797ee30232be
diff --git a/res/values/custom_arrays.xml b/res/values/custom_arrays.xml
index 46f1bc7..44d447b 100644
--- a/res/values/custom_arrays.xml
+++ b/res/values/custom_arrays.xml
@@ -248,4 +248,16 @@
         <item>1</item>
         <item>2</item>
     </string-array>
+    <!-- Power menu Animations  -->
+    <string-array name="power_menu_animations_entries">
+        <item>@string/power_menu_animation_enter</item>
+        <item>@string/power_menu_animation_bottom</item>
+        <item>@string/power_menu_animation_top</item>
+    </string-array>
+
+    <string-array name="power_menu_animations_values" translatable="false">
+        <item>0</item>
+        <item>1</item>
+        <item>2</item>
+    </string-array>
 </resources>