All translations
Enter a message name below to show all available translations.
Found 2 translations.
Name | Current message text |
---|---|
h Deutsch (de) | # Definiere innerhalb des <code><LinearLayout></code> Elements, in der <code>activity_my.xml</code> Datei, ein <code><EditText></code> Element mit dem id Attribut und setze es auf @+id/edit_message. # Definiere für die Attribute <code>layout_width</code> und <code>layout_height</code> den Wert <code>wrap_content</code>. # Definiere ein <code>hint</code> Attribut als string-Objekt mit dem Namen <code>edit_message</code>. |
h English (en) | # In the <code>activity_my.xml</code> file, within the <code><LinearLayout></code> element, define an <code><EditText></code> element with the id attribute set to @+id/edit_message. # Define the <code>layout_width</code> and <code>layout_height</code> attributes as <code>wrap_content</code>. # Define a <code>hint</code> attribute as a string object named <code>edit_message</code>. |