|
Android example source code file (strings.xml)
The strings.xml Android example source code
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- VALUES -->
<!-- Setting up the user interface vibration feedback service -->
<string name="clockback_setup_title">ClockBack
<!-- String value for announcing the increase hours buttons -->
<string name="value_increase_hours">Increase hours
<!-- String value for announcing the increase minutes buttons -->
<string name="value_increase_minutes">Increase minutes
<!-- String value for announcing the decrease hours buttons -->
<string name="value_decrease_hours">Decrease hours
<!-- String value for announcing the decrease minutes buttons -->
<string name="value_decrease_minutes">Decrease minutes
<!-- String value for announcing one hour input -->
<string name="value_hour">hour
<!-- String value for announcing the hours input -->
<string name="value_hours">hours
<!-- String value for announcing one minute input -->
<string name="value_minute">minute
<!-- String value for announcing the minutes input -->
<string name="value_minutes">minutes
<!-- String value for announcing audible ringer mode -->
<string name="value_ringer_audible">Ringer audible
<!-- String value for announcing vibrating ringer mode -->
<string name="value_ringer_vibrate">Ringer vibrate
<!-- String value for announcing silent ringer mode-->
<string name="value_ringer_silent">Ringer silent
<!-- TEMPLATES -->
<!-- String template for announcing the screen on -->
<string name="template_screen_on">Screen on. Volume %1$s percent.
<!-- String template for announcing the screen off -->
<string name="template_screen_off">Screen off. Volume %1$s percent.
</resources>
Other Android examples (source code examples)Here is a short list of links related to this Android strings.xml source code file: |
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.