KG Charging Animation: Add more animations [2/3]

Signed-off-by: spezi77 <spezi7713@gmx.net>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Tejasvp25
2020-11-18 23:41:05 +07:00
committed by Hưng Phan
parent feeb05740e
commit e70681fee8
3 changed files with 30 additions and 6 deletions

View File

@@ -658,4 +658,23 @@
<item>7</item>
<item>5</item>
</string-array>
<!-- Lockscreen Charging Animation -->
<string-array name="lockscreen_charging_animation_entries" translatable="false">
<item>@string/disabled</item>
<item>@string/lockscreen_charging_animation_flash</item>
<item>@string/lockscreen_charging_animation_battery</item>
<item>@string/lockscreen_charging_animation_drop</item>
<item>@string/lockscreen_charging_animation_explosion</item>
<item>@string/lockscreen_charging_animation_water</item>
</string-array>
<string-array name="lockscreen_charging_animation_values" translatable="false">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
<item>5</item>
</string-array>
</resources>