Cherish:Optional screenshot type [1/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Alex Cruz
2018-09-13 21:34:08 +05:30
committed by Hưng Phan
parent ba949ac0f9
commit f917bdda96
4 changed files with 27 additions and 1 deletions

View File

@@ -278,4 +278,15 @@
<item>0</item>
<item>1</item>
</string-array>
<!-- Screenshot type -->
<string-array name="screenshot_type_entries">
<item>@string/screenshot_type_fullscreen</item>
<item>@string/screenshot_type_partial</item>
</string-array>
<string-array name="screenshot_type_values" translatable="false">
<item>0</item>
<item>1</item>
</string-array>
</resources>