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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user