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

Neue Version von externer Quelle importiert
(Neue Version von externer Quelle importiert)
(Neue Version von externer Quelle importiert)
Zeile 7: Zeile 7:
Android provides an XML vocabulary that corresponds to the subclasses of <code>View</code> and <code>ViewGroup</code> so you can define your UI in XML using a hierarchy of UI elements.
Android provides an XML vocabulary that corresponds to the subclasses of <code>View</code> and <code>ViewGroup</code> so you can define your UI in XML using a hierarchy of UI elements.


Layouts are subclasses of the ViewGroup. In this exercise, you'll work with a LinearLayout.
<code>Layouts</code> are subclasses of the <code>ViewGroup</code>. In this exercise, you'll work with a <code>LinearLayout</code>.


== Create a Linear Layout ==
== Create a Linear Layout ==
372

Bearbeitungen