Zum Inhalt springen

Translations:Android Training/Building a Simple User Interface/32/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/32/en nach Translations:Android Training/Building a Simple User Interface/32/en, ohne dabei eine Weiterleitung anzulegen: Teil der übersetzba…
 
(kein Unterschied)

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

Nachricht im Original (Android Training/Building a Simple User Interface)
To improve the layout efficiency when you specify the weight, you should change the width of the <code>EditText</code> to be zero (0dp). Setting the width to zero improves layout performance because using <code>"wrap_content"</code> as the width requires the system to calculate a width that is ultimately irrelevant because the weight value requires another width calculation to fill the remaining space.

To improve the layout efficiency when you specify the weight, you should change the width of the EditText to be zero (0dp). Setting the width to zero improves layout performance because using "wrap_content" as the width requires the system to calculate a width that is ultimately irrelevant because the weight value requires another width calculation to fill the remaining space.

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.