Skip to content

Commit

Permalink
Add array of strings for ItemView dialog
Browse files Browse the repository at this point in the history
Signed-off-by: simonewebdesign <hello@simonewebdesign.it>
  • Loading branch information
simonewebdesign committed Mar 7, 2013
1 parent fa0c778 commit 8696266
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions res/values/strings.xml
Expand Up @@ -6,5 +6,9 @@
<string name="title_activity_list">ListActivity</string> <string name="title_activity_list">ListActivity</string>
<string name="button_text">Add</string> <string name="button_text">Add</string>
<string name="edittext_hint">What\'s your task?</string> <string name="edittext_hint">What\'s your task?</string>
<string-array name="actions_array">
<item >Edit</item>
<item >Delete</item>
</string-array>


</resources> </resources>

0 comments on commit 8696266

Please sign in to comment.