Cleaned Up Codes, Added LICENSE, and removed un-needed files, old docs

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-12-18 14:47:52 -05:00
parent 9d0f1205ad
commit 85f1c8c606
123 changed files with 351 additions and 18858 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

View File

@@ -1,36 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#ffffff"
tools:ignore="ContentDescription,Overdraw" >
<ImageView
android:id="@+id/skyhook_img"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_margin="20dip"
android:src="@drawable/skyhook_logo_alpha_small" />
<TextView
android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@id/skyhook_img"
android:layout_marginLeft="10dip"
android:text="@string/powered_by"
android:textColor="#000000"
android:textSize="20dip"
android:textStyle="bold" />
<ImageView
android:id="@+id/tc_img"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_above="@id/text"
android:layout_alignParentTop="true"
android:src="@drawable/logoidea3" />
</RelativeLayout>

View File

@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">SkyHookLib</string>
<string name="app_name">Location Library</string>
<string name="gps_fix">GPS Fix</string>
<string name="sorry_theres_trouble">We are having issues finding your location. Please be patient as we continue to try in the background.</string>
<string name="powered_by">Powered By:</string>
</resources>