I have got basic funtionaltiy for adding fragments.

The next step is to remove items from the list, if they already exist in
the UI

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-05-24 11:26:02 -04:00
parent ce1effd128
commit a3cd896cdd
3 changed files with 72 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="features">
<item>@string/ringtone</item>
<item>@string/notification_ringtone</item>
@@ -7,7 +8,6 @@
<item>@string/music_volume</item>
<item>@string/bluetooth</item>
<item>@string/wifi</item>
<item>@string/update_interval</item>
</string-array>
</resources>
</resources>