Android Training/Building a Simple User Interface/de: Unterschied zwischen den Versionen

Die Seite wurde neu angelegt: „Für weitere Informationen über die Layout Eigenschaften, siehe den Layout Guide.“
(Die Seite wurde neu angelegt: „Zwei weitere Attribute, <code>android:layout_width</code> und <code>android:layout_height</code>, sind für alle Views erforderlich, um die Größe fest zu legen.“)
(Die Seite wurde neu angelegt: „Für weitere Informationen über die Layout Eigenschaften, siehe den Layout Guide.“)
Zeile 35: Zeile 35:
Because the <code>LinearLayout</code> is the root view in the layout, it should fill the entire screen area that's available to the app by setting the width and height to <code>"match_parent"</code>. This value declares that the view should expand its width or height to match the width or height of the parent view.
Because the <code>LinearLayout</code> is the root view in the layout, it should fill the entire screen area that's available to the app by setting the width and height to <code>"match_parent"</code>. This value declares that the view should expand its width or height to match the width or height of the parent view.


For more information about layout properties, see the Layout guide.
Für weitere Informationen über die Layout Eigenschaften, siehe den Layout Guide.


== Add a Text Field ==
== Add a Text Field ==
11.008

Bearbeitungen