Cherish:Add 7 more power menu animations [2/2]

This commit is contained in:
westcripp
2018-11-18 12:01:11 +05:30
committed by Hưng Phan
parent 09719c8493
commit 245b4a700a
2 changed files with 21 additions and 0 deletions

View File

@@ -522,11 +522,25 @@
<item>@string/power_menu_animation_aosp</item>
<item>@string/power_menu_animation_bottom</item>
<item>@string/power_menu_animation_top</item>
<item>@string/power_menu_animation_fly</item>
<item>@string/power_menu_animation_turn</item>
<item>@string/power_menu_animation_slide</item>
<item>@string/power_menu_animation_xylon</item>
<item>@string/power_menu_animation_card</item>
<item>@string/power_menu_animation_translucent_top</item>
<item>@string/power_menu_animation_translucent_bottom</item>
</string-array>
<string-array name="power_menu_animations_values" translatable="false">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
<item>5</item>
<item>6</item>
<item>7</item>
<item>8</item>
<item>9</item>
</string-array>
</resources>

View File

@@ -594,4 +594,11 @@
<string name="power_menu_animation_aosp">AOSP (default)</string>
<string name="power_menu_animation_bottom">Bottom</string>
<string name="power_menu_animation_top">Top</string>
<string name="power_menu_animation_xylon">Fly</string>
<string name="power_menu_animation_slide">Slide</string>
<string name="power_menu_animation_turn">Turn</string>
<string name="power_menu_animation_fly">Glow</string>
<string name="power_menu_animation_card">3D</string>
<string name="power_menu_animation_translucent_top">Translucent (top)</string>
<string name="power_menu_animation_translucent_bottom">Translucent (bottom)</string>
</resources>