[2/2] OmniGears: featureize ro.recents.grid

Change-Id: Ifa23e85879f96f0cb6f861e54ee0f4b44e3372f2
diff --git a/res/values/custom_arrays.xml b/res/values/custom_arrays.xml
index f1f6f95..cc226db 100644
--- a/res/values/custom_arrays.xml
+++ b/res/values/custom_arrays.xml
@@ -149,12 +149,14 @@
     </string-array>
 
     <string-array name="navbar_recents_style_entries" translatable="false">
-        <item>@string/keys_action_app_switch_short</item>
+        <item>@string/keys_action_app_switch_card</item>
+        <item>@string/keys_action_app_switch_grid</item>
         <item>@string/keys_action_omniswitch_short</item>
     </string-array>
 
     <string-array name="navbar_recents_style_values" translatable="false">
         <item>0</item>
+        <item>2</item>
         <item>1</item>
     </string-array>