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

FuzzyBot (Diskussion | Beiträge)
Neue Version von externer Quelle importiert
 
FuzzyBot (Diskussion | Beiträge)
Neue Version von externer Quelle importiert
Zeile 1: Zeile 1:
The graphical user interface for an Android app is built using a hierarchy of View and ViewGroup objects. View objects are usually UI widgets such as buttons or text fields. ViewGroup objects are invisible view containers that define how the child views are laid out, such as in a grid or a vertical list.
The graphical user interface for an Android app is built using a hierarchy of <code>View</code> and <code>ViewGroup</code> objects. <code>View</code> objects are usually UI widgets such as buttons or text fields. <code>ViewGroup</code> objects are invisible view containers that define how the child views are laid out, such as in a grid or a vertical list.