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

From Android Wiki
Revision as of 03:24, 18 December 2015 by FuzzyBot (talk | contribs) (FuzzyBot verschob die Seite Translations:Android Training/Eine einfache Benutzeroberfläche erstellen/19/en nach Translations:Android Training/Building a Simple User Interface/19/en, ohne dabei eine Weiterleitung anzulegen: Teil der übersetzba…)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  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.