Translations:Android Training/Building a Simple User Interface/19/en
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…)
- In Android Studio, from the
res/values
directory, openstrings.xml
. - Add a line for a string named
"edit_message"
with the value, "Enter a message". - Add a line for a string named
"button_send"
with the value, "Send". - You'll create the button that uses this string in the next section.
- Remove the line for the
"hello world"
string.