[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>
 
diff --git a/res/values/custom_strings.xml b/res/values/custom_strings.xml
index 1653a33..90afb9b 100644
--- a/res/values/custom_strings.xml
+++ b/res/values/custom_strings.xml
@@ -74,8 +74,9 @@
     <string name="button_home_answers_call_title">Button answers call</string>
     <string name="button_home_answers_call_summary">Pressing the home button will answer incoming call</string>
     <string name="button_other_title">Other</string>
-    <string name="keys_action_app_switch_short">Default</string>
+    <string name="keys_action_app_switch_card">AOSP (card)</string>
     <string name="keys_action_omniswitch_short">OmniSwitch</string>
+    <string name="keys_action_app_switch_grid">AOSP (grid)</string>
     <string name="button_back_kill_enable_title">Kill app back button</string>
     <string name="button_back_kill_enable_summary">Kill the foreground app by long-pressing the back button</string>
     <string name="button_back_kill_timeout_title">Kill app timeout</string>