Cherish:Live Volume Steps [3/3]

Change-Id: I1e4ced6a7b7c963419fe1656e25b76f596a61959
Signed-off-by: Jason Edson <jaysonedson@gmail.com>
Signed-off-by: DennySPb <dennyspb@gmail.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Meticulus
2015-07-11 21:09:22 +02:00
committed by Hưng Phan
parent 1a34cfc348
commit 7532dceec2
5 changed files with 312 additions and 0 deletions

View File

@@ -647,4 +647,15 @@
<item>8</item>
<item>9</item>
</string-array>
<!-- Volume step options. -->
<string-array name="volume_steps_entries" translatable="false">
<item>60</item>
<item>50</item>
<item>45</item>
<item>30</item>
<item>15</item>
<item>7</item>
<item>5</item>
</string-array>
</resources>

View File

@@ -664,4 +664,16 @@
<string name="power_menu_animation_translucent_top">Translucent (top)</string>
<string name="power_menu_animation_translucent_bottom">Translucent (bottom)</string>
<!-- Volume Steps Fragment -->
<string name="volume_steps_fragment_title">Volume steps</string>
<string name="volume_steps_summary">Customize volume steps</string>
<string name="volume_steps_alarm_title">Volume steps: Alarm</string>
<string name="volume_steps_dtmf_title">Volume steps: DTMF</string>
<string name="volume_steps_music_title">Volume steps: Media</string>
<string name="volume_steps_notification_title">Volume steps: Notification</string>
<string name="volume_steps_ring_title">Volume steps: Ringer</string>
<string name="volume_steps_system_title">Volume steps: System</string>
<string name="volume_steps_voice_call_title">Volume steps: Voice Call</string>
<string name="volume_steps_reset">Reset</string>
</resources>