| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| /* |
| ** |
| ** Copyright 2008, 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| <!-- Strings for sample activities --> |
| <string name="normal_edit_text_label">Normal</string> |
| <string name="uri_edit_text_label">Uri</string> |
| <string name="email_address_edit_text_label">Email Address</string> |
| <string name="email_subject_edit_text_label">Email Subject</string> |
| <string name="email_content_edit_text_label">Email Content</string> |
| <string name="person_name_edit_text_label">Person Name</string> |
| <string name="postal_address_edit_text_label">Postal Address</string> |
| <string name="password_edit_text_label">Password</string> |
| <string name="search_string_edit_text_label">Search String</string> |
| <string name="web_edit_text_label">Web Edit Text</string> |
| <string name="signed_number_edit_text_label">Signed Number</string> |
| <string name="decimal_number_edit_text_label">Decimal Number</string> |
| <string name="phone_number_edit_text_label">Phone Number</string> |
| <string name="normal_datetime_edit_text_label">Datetime</string> |
| <string name="date_edit_text_label">Date</string> |
| <string name="time_edit_text_label">Time</string> |
| <string name="cap_chars_edit_text_label">Cap Chars</string> |
| <string name="cap_words_edit_text_label">Cap Words</string> |
| <string name="multiline_edit_text_label">Multiline</string> |
| <string name="search_edit_text_label">Search (flag)</string> |
| <string name="cap_sentences_edit_text_label">Cap Sentences</string> |
| <string name="auto_complete_edit_text_label">Auto Complete</string> |
| <string name="auto_correct_edit_text_label">Auto Correct</string> |
| <string name="test_dialog">Test Dialog</string> |
| <string name="open_dialog_scrollable">open scrollable dialog</string> |
| <string name="open_dialog_nonscrollable">open nonscrollable dialog</string> |
| |
| |
| </resources> |