vanilla/res/values/arrays.xml
Christopher Eby 3f99f98a56 Add configurable up/down swipe actions
More actions to come...
2011-09-03 00:31:55 -05:00

67 lines
2.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2010, 2011 Christopher Eby <kreed@kreed.org>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-->
<resources>
<string-array name="default_action_entries">
<item>Play</item>
<item>Enqueue</item>
<item>Last Used Action</item>
</string-array>
<string-array name="notification_mode_entries">
<item>Never Show</item>
<item>Show When Playing</item>
<item>Always Show</item>
</string-array>
<string-array name="notification_action_entries">
<item>Open Main Activity</item>
<item>Open Mini Player</item>
<item>Skip To Next Song</item>
</string-array>
<string-array name="display_mode_entries">
<item>Info In Overlapping Box (default)</item>
<item>Info Below Cover Art</item>
<item>Info In Immobile Layer</item>
<item>Info In Immobile Layer (Fullscreen Cover)</item>
</string-array>
<string-array name="swipe_action_entries">
<item>Do Nothing</item>
<item>Open Library</item>
<item>Play/Pause</item>
<item>Next Song</item>
<item>Previous Song</item>
<item>Toggle Repeat</item>
<item>Toggle Shuffle</item>
</string-array>
<string-array name="entry_values">
<!-- Note: even if this was an integer-array, these would be converted
to strings anyway.
http://code.google.com/p/android/issues/detail?id=2096 -->
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
<item>5</item>
<item>6</item>
</string-array>
</resources>