diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6f935fb..c14754e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -5,23 +5,65 @@
android:versionName="1.0" >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ android:name=".activity.MapActivity"
+ android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
+ android:label="@string/app_name"
+ android:screenOrientation="sensorLandscape"
+ android:windowSoftInputMode="adjustPan" >
+
-
+
\ No newline at end of file
diff --git a/project.properties b/project.properties
index cac0d3f..4ab1256 100644
--- a/project.properties
+++ b/project.properties
@@ -11,5 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-20
-android.library.reference.1=../appcompat_v7
+target=android-19
diff --git a/res/layout/activity_main.xml b/res/layout/activity_main.xml
index 6480542..bcb3634 100644
--- a/res/layout/activity_main.xml
+++ b/res/layout/activity_main.xml
@@ -1,12 +1,191 @@
+
+ android:background="@drawable/fpv_bg"
+ android:splitMotionEvents="false" >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ android:layout_centerInParent="true"
+ android:text="FPS"
+ android:textColor="@android:color/holo_red_light"
+ android:textSize="14.0sp"
+ android:visibility="gone" />
-
+
\ No newline at end of file
diff --git a/res/menu/main.xml b/res/menu/main.xml
index a36dbd0..898b1dc 100644
--- a/res/menu/main.xml
+++ b/res/menu/main.xml
@@ -1,12 +1,5 @@
-