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:
13
LocationRinger/res/values/pagerTitles.xml
Normal file
13
LocationRinger/res/values/pagerTitles.xml
Normal 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>
|
||||
Reference in New Issue
Block a user