1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3    <string name="hello">Hello World, NotificationShowcaseActivity!</string>
4    <string name="app_name">NotificationShowcase</string>
5    <string name="post_button_label">Post Notifications</string>
6    <string name="remove_button_label">Remove Notifications</string>
7    <string name="answered">call answered</string>
8    <string name="ignored">call ignored</string>
9    <string name="full_screen_name">Full Screen Activity</string>
10</resources>
11