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

Aus Android Wiki
(Neue Version von externer Quelle importiert)
(kein Unterschied)

Version vom 16. Dezember 2015, 19:56 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.