summaryrefslogtreecommitdiffstats
path: root/tests/notification/res/values/strings.xml
blob: 80bf10326f7a56beb6ae5cf79906b0debe6e89a7 (plain)
1
2
3
4
5
6
7
8
9
10
<?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>