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>
This commit is contained in:
2012-05-17 12:29:21 -04:00
parent 5407d10b29
commit a29ed10fae
3 changed files with 209 additions and 194 deletions

View File

@@ -0,0 +1,13 @@
<?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>