Translations:Android Training/Building a Simple User Interface/18/en
Add String Resources[edit source]
By default, your Android project includes a string resource file at res/values/strings.xml
. Here, you'll add a new string named "edit_message"
and set the value to "Enter a message."