Cherish:Implement click to take partial screenshot [2/2]

Change-Id: I187cb68947f6967e2993096108310648e1dc1b68
Signed-off-by: Jesse Chan <jc@lineageos.org>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Jesse Chan
2020-05-17 22:43:17 +08:00
committed by Hưng Phan
parent eda5250616
commit e16b131e93
3 changed files with 17 additions and 0 deletions

View File

@@ -49,6 +49,13 @@
android:title="@string/screenshot_type_title"
android:defaultValue="0" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="click_partial_screenshot"
android:icon="@drawable/ic_partial_screenshot"
android:title="@string/click_partial_screenshot_title"
android:summary="@string/click_partial_screenshot_summary"
android:defaultValue="false" />
<Preference
android:key="vol_steps"
android:title="@string/volume_steps_fragment_title"