Translations:Android Training/Building a Simple User Interface/19/en: Unterschied zwischen den Versionen

Aus Android Wiki
(Neue Version von externer Quelle importiert)
 
K (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…)
 
(kein Unterschied)

Aktuelle Version vom 18. Dezember 2015, 03:24 Uhr

Nachricht im Original (Android Training/Building a Simple User Interface)
# In [[Android Studio]], from the <code>res/values</code> directory, open <code>strings.xml</code>.
# Add a line for a string named <code>"edit_message"</code> with the value, "Enter a message".
# Add a line for a string named <code>"button_send"</code> with the value, "Send".
# You'll create the button that uses this string in the next section.
# Remove the line for the <code>"hello world"</code> string.
  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.