diff --git a/.classpath b/.classpath
index 7bc01d9..5176974 100644
--- a/.classpath
+++ b/.classpath
@@ -1,9 +1,9 @@
-
-
+
+
diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000..b080d2d
--- /dev/null
+++ b/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,4 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.source=1.6
diff --git a/bin/classes/com/example/umm_app/BuildConfig.class b/bin/classes/com/example/umm_app/BuildConfig.class
index cd70494..fef8ce1 100644
Binary files a/bin/classes/com/example/umm_app/BuildConfig.class and b/bin/classes/com/example/umm_app/BuildConfig.class differ
diff --git a/bin/classes/com/example/umm_app/MainActivity.class b/bin/classes/com/example/umm_app/MainActivity.class
index 27f9fd5..8727493 100644
Binary files a/bin/classes/com/example/umm_app/MainActivity.class and b/bin/classes/com/example/umm_app/MainActivity.class differ
diff --git a/bin/classes/com/example/umm_app/R$attr.class b/bin/classes/com/example/umm_app/R$attr.class
index a8892f3..6f49042 100644
Binary files a/bin/classes/com/example/umm_app/R$attr.class and b/bin/classes/com/example/umm_app/R$attr.class differ
diff --git a/bin/classes/com/example/umm_app/R$dimen.class b/bin/classes/com/example/umm_app/R$dimen.class
index 003d745..63630d3 100644
Binary files a/bin/classes/com/example/umm_app/R$dimen.class and b/bin/classes/com/example/umm_app/R$dimen.class differ
diff --git a/bin/classes/com/example/umm_app/R$drawable.class b/bin/classes/com/example/umm_app/R$drawable.class
index fcdb724..8d9b8e2 100644
Binary files a/bin/classes/com/example/umm_app/R$drawable.class and b/bin/classes/com/example/umm_app/R$drawable.class differ
diff --git a/bin/classes/com/example/umm_app/R$id.class b/bin/classes/com/example/umm_app/R$id.class
index c256e5d..39e374d 100644
Binary files a/bin/classes/com/example/umm_app/R$id.class and b/bin/classes/com/example/umm_app/R$id.class differ
diff --git a/bin/classes/com/example/umm_app/R$layout.class b/bin/classes/com/example/umm_app/R$layout.class
index 7f09294..91a5266 100644
Binary files a/bin/classes/com/example/umm_app/R$layout.class and b/bin/classes/com/example/umm_app/R$layout.class differ
diff --git a/bin/classes/com/example/umm_app/R$menu.class b/bin/classes/com/example/umm_app/R$menu.class
index e4fe825..83349ba 100644
Binary files a/bin/classes/com/example/umm_app/R$menu.class and b/bin/classes/com/example/umm_app/R$menu.class differ
diff --git a/bin/classes/com/example/umm_app/R$string.class b/bin/classes/com/example/umm_app/R$string.class
index 6915efb..853279d 100644
Binary files a/bin/classes/com/example/umm_app/R$string.class and b/bin/classes/com/example/umm_app/R$string.class differ
diff --git a/bin/classes/com/example/umm_app/R$style.class b/bin/classes/com/example/umm_app/R$style.class
index 1ab612a..a011a28 100644
Binary files a/bin/classes/com/example/umm_app/R$style.class and b/bin/classes/com/example/umm_app/R$style.class differ
diff --git a/bin/classes/com/example/umm_app/R.class b/bin/classes/com/example/umm_app/R.class
index 75d23b6..ad5224f 100644
Binary files a/bin/classes/com/example/umm_app/R.class and b/bin/classes/com/example/umm_app/R.class differ
diff --git a/res/layout/login_form.xml b/res/layout/login_form.xml
index e1eba68..026ccac 100644
--- a/res/layout/login_form.xml
+++ b/res/layout/login_form.xml
@@ -12,8 +12,9 @@
android:layout_alignParentTop="true"
android:layout_marginRight="14dp"
android:layout_marginTop="95dp"
- android:ems="10"
- android:background="#eeeeee">
+ android:layout_toRightOf="@+id/button_login2"
+ android:background="#eeeeee"
+ android:ems="10" >
@@ -23,11 +24,12 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/editText1"
+ android:layout_alignRight="@+id/editText1"
android:layout_below="@+id/editText1"
android:layout_marginTop="34dp"
+ android:background="#eeeeee"
android:ems="10"
- android:inputType="textPassword"
- android:background="#eeeeee"/>
+ android:inputType="textPassword" />
-
-
-
-
+
+
+
+
\ No newline at end of file
diff --git a/res/layout/practice2.xml b/res/layout/practice2.xml
index 310cd0a..e5338bd 100644
--- a/res/layout/practice2.xml
+++ b/res/layout/practice2.xml
@@ -4,26 +4,6 @@
android:layout_height="match_parent"
android:background="@color/background" >
-
-
-
-
+
+
+
+
\ No newline at end of file
diff --git a/res/layout/practice3.xml b/res/layout/practice3.xml
index 7ea8ab4..80f618f 100644
--- a/res/layout/practice3.xml
+++ b/res/layout/practice3.xml
@@ -4,26 +4,6 @@
android:layout_height="match_parent"
android:background="@color/background" >
-
-
-
-
+
+
+
+
\ No newline at end of file