blob: 4c717c15448b8fb20f22b2c78c920671f266cdb2 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2010 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- String title of the mock accessibility service -->
<string name="title_delegating_accessibility_service">Delegating Accessibility Service</string>
<!-- String title of the accessibility end-to-end test activity -->
<string name="accessibility_end_to_end_test_activity">End-to-end test</string>
<!-- String value of used as text input -->
<string name="text_input_blah">Blah</string>
<!-- String value of used as text input -->
<string name="text_input_blah_blah">Blah blah</string>
<!-- String title of the button -->
<string name="button_title">Click me</string>
<!-- String value of the first list item -->
<string name="first_list_item">First list item</string>
<!-- String value of the second list item -->
<string name="second_list_item">Second list item</string>
<!-- String alert title -->
<string name="alert_title">Alert title</string>
<!-- String alert message -->
<string name="alert_message">Alert message</string>
<!-- String notification message -->
<string name="notification_message">Notification message</string>
</resources>