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>
13 lines
312 B
XML
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> |