Zum Inhalt springen

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

Aus Android Wiki
FuzzyBot (Diskussion | Beiträge)
Neue Version von externer Quelle importiert
 
FuzzyBot (Diskussion | Beiträge)
K FuzzyBot verschob die Seite Translations:Android Training/Eine einfache Benutzeroberfläche erstellen/7/en nach Translations:Android Training/Building a Simple User Interface/7/en, ohne dabei eine Weiterleitung anzulegen: Teil der übersetzbare…
 
(kein Unterschied)

Aktuelle Version vom 18. Dezember 2015, 03:24 Uhr

Nachricht im Original (Android Training/Building a Simple User Interface)
<code>LinearLayout</code> is a view group (a subclass of [http://developer.android.com/reference/android/view/ViewGroup.html <code>ViewGroup</code>]) that lays out child views in either a vertical or horizontal orientation, as specified by the <code>android:orientation</code> attribute. Each child of a LinearLayout appears on the screen in the order in which it appears in the XML.

LinearLayout is a view group (a subclass of ViewGroup) that lays out child views in either a vertical or horizontal orientation, as specified by the android:orientation attribute. Each child of a LinearLayout appears on the screen in the order in which it appears in the XML.

Cookies helfen uns bei der Bereitstellung von Android Wiki. Durch die Nutzung von Android Wiki erklärst du dich damit einverstanden, dass wir Cookies speichern.