Translations:Android Training/Building a Simple User Interface/19/en

  1. In Android Studio, from the res/values directory, open strings.xml.
  2. Add a line for a string named "edit_message" with the value, "Enter a message".
  3. Add a line for a string named "button_send" with the value, "Send".
  4. You'll create the button that uses this string in the next section.
  5. Remove the line for the "hello world" string.