Files
location_ringer/LocationRinger/res/values/pagerTitles.xml
Ricky Barrette a29ed10fae What on Default
Updated default ringer to only display the what fragment, and added the
default ringer description to the ringer list view

closes #48

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-05-17 12:29:43 -04:00

13 lines
312 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="ringer_info_titles">
<item>About</item>
<item>Location</item>
<item>What</item>
</string-array>
<string-array name="ringer_info_titles_default">
<item>What</item>
</string-array>
</resources>