Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3 /*
      4  * Copyright (C) 2012 The Android Open Source Project
      5  *
      6  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
      7  * use this file except in compliance with the License. You may obtain a copy of
      8  * the License at
      9  *
     10  * http://www.apache.org/licenses/LICENSE-2.0
     11  *
     12  * Unless required by applicable law or agreed to in writing, software
     13  * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
     14  * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
     15  * License for the specific language governing permissions and limitations under
     16  * the License.
     17  */
     18 -->
     19 
     20 <resources>
     21 
     22     <!-- Strings for manifest. -->
     23     <string name="app_name">SDK Controller</string>
     24     <string name="service_description">Background service for SDK Controller</string>
     25 
     26     <!-- Strings for service. -->
     27     <string name="service_notif_title">SDK Controller is running</string>
     28 
     29     <!-- Strings for layout/main -->
     30     <string name="main_label_service">Service:</string>
     31     <string name="main_label_buttons">What you can do:</string>
     32     <string name="main_btn_open_multitouch">Control Multi-touch</string>
     33     <string name="main_btn_open_sensors">Control Sensors</string>
     34     <string name="main_service_status_connected">Emulator Connected</string>
     35     <string name="main_service_status_disconnected">Emulator Connected</string>
     36 
     37     <!-- Strings for layout/sensors -->
     38     <string name="sensors_activity_title">SDK Controller &gt; Sensors</string>
     39     <string name="sensors_top_description">Available Sensors:</string>
     40     <string name="sensors_sample_rate">Sample Rate</string>
     41     <string name="sensors_hz_per_sensor">Hz per sensor</string>
     42     <string name="sensors_actual_rate">Actual</string>
     43     <string name="sensors_hz_average">Hz average</string>
     44     <!-- Default sample rate for SensorsActivity UI.
     45          Should match the default for SensorsHandler.mUpdateTargetMs. -->
     46     <string name="sensors_default_sample_rate">20</string>
     47 
     48 </resources>
     49