Xml文件  |  70行  |  3.33 KB

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2015 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 name="drawer_layout_activity">Drawer layout</string>
    <string name="drawer_layout_summary">This activity illustrates the use of sliding drawers. The drawer may be pulled out from the starting edge, which is left on left-to-right locales, with an edge swipe. You can tap the hamburger (three horizontal lines) icon at the starting side of the action bar to open the drawer as well.</string>
    <string name="drawer_title">Navigation</string>
    <string name="drawer_open">Open navigation drawer</string>
    <string name="drawer_close">Close navigation drawer</string>

    <string name="popup_activity">Popup activity</string>
    <string name="popup_show">Show popup</string>
    <string name="popup_menu_highlight">Highlight</string>
    <string name="popup_menu_edit">Edit</string>
    <string name="popup_menu_delete">Delete</string>
    <string name="popup_menu_ignore">Ignore</string>
    <string name="popup_menu_share">Share</string>
    <string name="popup_menu_share_email">Via email</string>
    <string name="popup_menu_share_circles">To my circles</string>
    <string name="popup_menu_print">Print</string>

    <string name="alert_dialog_activity">Alert dialog</string>
    <string name="alert_dialog_show">Show alert dialog</string>
    <string name="alert_dialog_title">Dialog title</string>
    <string name="alert_dialog_content">Dialog content</string>
    <string-array name="alert_dialog_items">
        <item>Albania</item>
        <item>Belize</item>
        <item>Chad</item>
        <item>Djibouti</item>
    </string-array>
    <string name="alert_dialog_positive_button">Forward</string>
    <string name="alert_dialog_negative_button">Backward</string>
    <string name="alert_dialog_neutral_button">Stall</string>
    <string name="alert_dialog_custom_title">Dialog custom title</string>
    <string name="alert_dialog_custom_text1">Dialog custom text</string>
    <string name="alert_dialog_custom_text2">Dialog more custom text</string>

    <string name="app_compat_spinner_activity">AppCompat spinner</string>
    <string name="app_compat_text_view_activity">AppCompat text view</string>
    <string name="sample_text1">Sample text 1</string>
    <string name="sample_text2">Sample text 2</string>
    <string name="app_compat_image_view_activity">AppCompat image view</string>
    <string name="app_compat_button_activity">AppCompat button</string>
    <string-array name="planets_array">
        <item>Mercury</item>
        <item>Venus</item>
        <item>Earth</item>
        <item>Mars</item>
        <item>Jupiter</item>
        <item>Saturn</item>
        <item>Uranus</item>
        <item>Neptune</item>
        <item>Pluto</item>
    </string-array>
</resources>