diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 0cdca62..01627d3 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -5,8 +5,8 @@
android:versionName="1.0" >
+ android:minSdkVersion="14"
+ android:targetSdkVersion="19" />
+ tools:context=".Parking"
+ tools1:ignore="UselessParent" >
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
-
-
-
\ No newline at end of file
diff --git a/res/layout/activity_search_rsvp.xml b/res/layout/activity_search_rsvp.xml
index 01c9963..ebb20e4 100644
--- a/res/layout/activity_search_rsvp.xml
+++ b/res/layout/activity_search_rsvp.xml
@@ -35,10 +35,6 @@
android:layout_alignParentTop="true"
android:padding="2dp"
android:paddingLeft="20dp"
- android:shadowColor="@color/silver"
- android:shadowDx="3"
- android:shadowDy="-3"
- android:shadowRadius="1.5"
android:text="@string/search_text"
android:textAppearance="?android:attr/textAppearanceLarge"
android:textColor="@color/white"