You are on page 1of 1

<RelativeLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentLeft="true" android:layout_alignParentTop="true" android:layout_marginLeft="46dp" android:layout_marginTop="86dp" android:orientation="vertical" > <TextView android:id="@+id/textView2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/usuario" android:textAppearance="?

android:attr/textAppearanceLarge" android:textColor="#ffffff" /> <EditText android:id="@+id/editText1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@+id/textView2" android:ems="10" android:inputType="text" android:textColor="#ffffff" /> <TextView android:id="@+id/textView3" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@+id/editText1" android:text="@string/contrasena" android:textAppearance="?android:attr/textAppearanceLarge" android:textColor="#ffffff" /> <EditText android:id="@+id/editText2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@+id/textView3" android:ems="10" android:inputType="textPassword" android:textColor="#ffffff" /> <Button android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@+id/editText2" android:textColor="#a5ff00" android:text="@string/iniciarsesion" /> </RelativeLayout>

You might also like