11 lines
499 B
XML
11 lines
499 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
<string name="hello">Hello World, NotificationShowcaseActivity!</string>
|
||
|
<string name="app_name">NotificationShowcase</string>
|
||
|
<string name="post_button_label">Post Notifications</string>
|
||
|
<string name="remove_button_label">Remove Notifications</string>
|
||
|
<string name="answered">call answered</string>
|
||
|
<string name="ignored">call ignored</string>
|
||
|
<string name="full_screen_name">Full Screen Activity</string>
|
||
|
</resources>
|