]> iEval git - unical.git/blobdiff - res/layout/login.xml
Clean up the whole tree
[unical.git] / res / layout / login.xml
index d629a53f71c0a02cd63886c274481f41cd62fd1b..e3af67c3effe6ae619a71b8caa2af571c01f4c47 100644 (file)
@@ -4,10 +4,25 @@
     android:layout_height="match_parent"
     android:orientation="vertical" >
 
-    <TextView
-        android:id="@+id/welcome"
-        android:layout_width="122dp"
+    <EditText
+        android:id="@+id/usernameEditText"
+        android:layout_width="match_parent"
         android:layout_height="wrap_content"
-        android:text="TextView" />
+        android:ems="10"
+        android:hint="@string/username" />
 
-</LinearLayout>
+    <EditText
+        android:id="@+id/passwordEditText"
+        android:layout_width="match_parent"
+        android:layout_height="wrap_content"
+        android:ems="10"
+               android:hint = "@string/password"
+        android:inputType="textPassword" />
+
+    <Button
+        android:id="@+id/button1"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:text="@string/log_in" />
+
+</LinearLayout>
\ No newline at end of file
This page took 0.023912 seconds and 4 git commands to generate.