You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
499 B
11 lines
499 B
<?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>
|