diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7498481..674787c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -15,10 +15,6 @@
android:label="@string/app_name"
android:theme="@style/AppBaseTheme"
android:name="com.uncc.gameday.GameDay" >
-
-
diff --git a/res/layout/activity_alerts.xml b/res/layout/activity_alerts.xml
deleted file mode 100644
index e41f0dc..0000000
--- a/res/layout/activity_alerts.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/res/layout/activity_registration.xml b/res/layout/activity_registration.xml
index 3e17ed5..2f517c6 100644
--- a/res/layout/activity_registration.xml
+++ b/res/layout/activity_registration.xml
@@ -31,43 +31,31 @@
+
+
+ android:textColor="@color/black"
+ android:onClick="onClick"/>
-
-
-
-
-
-
-
+
+
+ android:shadowRadius="1.5"
+ android:text="@string/search_text"
+ android:textAppearance="?android:attr/textAppearanceLarge"
+ android:textColor="@color/white"
+ android:textStyle="italic" />
-
-
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/res/menu/base.xml b/res/menu/base.xml
index c255908..9b7967c 100644
--- a/res/menu/base.xml
+++ b/res/menu/base.xml
@@ -1,11 +1,6 @@