/documentation/ClockBackTutorial/Step-By-Step/res/values/strings.xml
XML | 29 lines | 10 code | 10 blank | 9 comment | 0 complexity | e20f463437d4d19598e2bea147d5f7b0 MD5 | raw file
1<?xml version="1.0" encoding="utf-8"?> 2<resources> 3 4 <!-- VALUES --> 5 6 <!-- Setting up the user interface vibration feedback service --> 7 <string name="clockback_setup_title">ClockBack</string> 8 9 <!-- String value for announcing the plus buttons --> 10 <string name="value_plus">plus</string> 11 12 <!-- String value for announcing the minus buttons --> 13 <string name="value_minus">minus</string> 14 15 <!-- String value for announcing the hours input --> 16 <string name="value_hours">hours</string> 17 18 <!-- String value for announcing the minutes input --> 19 <string name="value_minutes">minutes</string> 20 21 <!-- TEMPLATES --> 22 23 <!-- String template for announcing the screen on --> 24 <string name="template_screen_on">Screen on. Volume %1$s percent.</string> 25 26 <!-- String template for announcing the screen off --> 27 <string name="template_screen_off">Screen off. Volume %1$s percent.</string> 28 29</resources>