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

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Jesse Chan
2022-03-20 15:56:37 +02:00
committed by Hưng Phan
parent 184cf4afbb
commit e151956146
2 changed files with 10 additions and 2 deletions

View File

@@ -661,7 +661,7 @@
<!-- QS tiles title visibility --> <!-- QS tiles title visibility -->
<string name="qs_tile_title_visibility_title">Hide tile titles</string> <string name="qs_tile_title_visibility_title">Hide tile titles</string>
<string name="qs_tile_title_visibility_summary">Toggle to hide tile titles</string> <string name="qs_tile_title_visibility_summary">Toggle to hide tile titles</string>
<!-- QS tiles layout --> <!-- QS tiles layout -->
<string name="qs_layout_category_title">Tiles layout</string> <string name="qs_layout_category_title">Tiles layout</string>
<string name="qs_tile_label_hide_title">Hide label</string> <string name="qs_tile_label_hide_title">Hide label</string>
@@ -792,5 +792,7 @@
<string name="visualizer_center_mirrored_summary">Set the visualizer in center mirrored mode</string> <string name="visualizer_center_mirrored_summary">Set the visualizer in center mirrored mode</string>
<string name="pulse_vertical_mirror_title">Vertical Mirror</string> <string name="pulse_vertical_mirror_title">Vertical Mirror</string>
<string name="pulse_vertical_mirror_summary">Create other pulse and flip vertically</string> <string name="pulse_vertical_mirror_summary">Create other pulse and flip vertically</string>
<string name="click_partial_screenshot_title">Click to partial screenshot</string>
<string name="click_partial_screenshot_summary">Short click Volume Down and Power to take partial screenshot</string>
</resources> </resources>

View File

@@ -57,4 +57,10 @@
android:title="@string/use_photos_spoof_title" android:title="@string/use_photos_spoof_title"
android:summary="@string/use_photos_spoof_summary" android:summary="@string/use_photos_spoof_summary"
android:defaultValue="true" /> android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="click_partial_screenshot"
android:title="@string/click_partial_screenshot_title"
android:summary="@string/click_partial_screenshot_summary"
android:defaultValue="false" />
</PreferenceScreen> </PreferenceScreen>