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

Aus Android Wiki
(Neue Version von externer Quelle importiert)
 
K (FuzzyBot verschob die Seite Translations:Android Training/Eine einfache Benutzeroberfläche erstellen/31/en nach Translations:Android Training/Building a Simple User Interface/31/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)
# In the <code>activity_my.xml</code> file, assign the <code><EditText></code> element's <code>layout_weight</code> attribute a value of <code>1</code>.
# Also, assign <code><EditText></code> element's <code>layout_width</code> attribute a value of <code>0dp</code>.
  1. In the activity_my.xml file, assign the <EditText> element's layout_weight attribute a value of 1.
  2. Also, assign <EditText> element's layout_width attribute a value of 0dp.