Slim recents [2/3]

@SKULSHADY: Cleanup, fixes and adapt for SettingsPreferenceFragment
@rohanpurohit: bringup to 10

Change-Id: I7fa5703534c9eb76a555db9a6d3349cc2b6a2b2d
Signed-off-by: rohan <purohit.rohan@gmail.com>
This commit is contained in:
SpiritCroc
2018-12-20 18:58:16 +05:30
committed by Hung Phan
parent 316b875415
commit a8ff719262
15 changed files with 1410 additions and 25 deletions

View File

@@ -18,4 +18,21 @@
android:title="@string/recents_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<PreferenceCategory
android:key="alternative_recents_category"
android:title="@string/alternative_recents_category">
<Preference
android:key="swipe_up_enabled_warning"
android:selectable="false"
android:summary="@string/alternative_recents_swipe_up_enabled_warning_summary" />
<com.cherish.settings.preferences.SystemSettingMasterSwitchPreference
android:key="use_slim_recents"
android:fragment="com.cherish.settings.fragments.SlimRecents"
android:title="@string/slim_recents_fragment_title"
android:summary="@string/slim_recents_fragment_summary"/>
</PreferenceCategory>
</PreferenceScreen>