[SQUASHED]Screen Off Animation config & make screen off animation selection logical[2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
maxwen
2018-09-13 00:51:16 +05:30
committed by Hưng Phan
parent 98df05de35
commit 2fca3a9d03
4 changed files with 45 additions and 0 deletions

View File

@@ -554,4 +554,19 @@
<item>2</item>
<item>3</item>
</string-array>
<!-- Screen off animation -->
<string-array name="screen_off_animation_entries">
<item>@string/screen_off_animation_fade</item>
<item>@string/screen_off_animation_color</item>
<item>@string/screen_off_animation_crt</item>
<item>@string/screen_off_animation_scale</item>
</string-array>
<string-array name="screen_off_animation_values" translatable="false">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
</string-array>
</resources>