Skip to content

Commit

Permalink
Redo grid recent switch logic
Browse files Browse the repository at this point in the history
Change-Id: I7f82747d7d3af07bf958e3fe3405d4a86e715c11
  • Loading branch information
xlxfoxxlx authored and akhilnarang committed Jun 5, 2017
1 parent b6b8a53 commit 92a3feb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions res/values/strings.xml
Expand Up @@ -620,8 +620,8 @@
<string name="immersive_recents_navbar">Navbar only</string>

<!-- Recents panel settings -->
<string name="recents_use_grid_title">Enable grid recents</string>
<string name="recents_use_grid_summary">Show grid style using AOSP recents</string>
<string name="recents_use_grid_title">Use Stock Recents</string>
<string name="recents_use_grid_summary">Disable to show grid style AOSP recent panel</string>
<string name="show_clear_all_recents_button_title">Clear all button</string>
<string name="show_clear_all_recents_button_summary">Show clear all button</string>
<string name="recents_clear_all_location_title">Clear all location</string>
Expand Down
2 changes: 1 addition & 1 deletion res/xml/aosip_stock.xml
Expand Up @@ -25,7 +25,7 @@
android:key="recents_use_grid"
android:title="@string/recents_use_grid_title"
android:summary="@string/recents_use_grid_summary"
android:defaultValue="false" />
android:defaultValue="true" />

<ListPreference
android:key="immersive_recents"
Expand Down

0 comments on commit 92a3feb

Please sign in to comment.