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

Aus Android Wiki
(Neue Version von externer Quelle importiert)
 
(Neue Version von externer Quelle importiert)
Zeile 1: Zeile 1:
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>.

Version vom 16. Dezember 2015, 21:46 Uhr

Nachricht im Original (Android Training/Building a Simple User Interface)
<code>Layouts</code> are subclasses of the <code>ViewGroup</code>. In this exercise, you'll work with a <code>LinearLayout</code>.

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