[2/2] OmniGears: live Volume Steps
Change-Id: Ib796c884062415ecc1dde328a27ba97f6505ead3
diff --git a/res/values/custom_arrays.xml b/res/values/custom_arrays.xml
index a8f0951..a3c062b 100644
--- a/res/values/custom_arrays.xml
+++ b/res/values/custom_arrays.xml
@@ -473,4 +473,19 @@
<item>1</item>
<item>2</item>
</string-array>
+
+ <!-- Volume step options. -->
+ <string-array name="volume_steps_entries" translatable="false">
+ <item>@string/volume_steps_30</item>
+ <item>@string/volume_steps_15</item>
+ <item>@string/volume_steps_7</item>
+ <item>@string/volume_steps_5</item>
+ </string-array>
+
+ <string-array name="volume_steps_values" translatable="false">
+ <item>30</item>
+ <item>15</item>
+ <item>7</item>
+ <item>5</item>
+ </string-array>
</resources>