diff options
author | Teddy <[email protected]> | 2013-08-25 20:54:18 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2013-08-25 20:54:18 +0800 |
commit | 69a0eecd6a831127d04970c4c1b5749c641b8e5e (patch) | |
tree | 913847bb7de0ec79ced41b2bb79ed9ed1698df6b /misc/client/gps-demo/AndroidGPSTracking/res | |
parent | 951907736830aadaebf8088433401b6d752e1cec (diff) |
removed obsolete dir
Diffstat (limited to 'misc/client/gps-demo/AndroidGPSTracking/res')
-rw-r--r-- | misc/client/gps-demo/AndroidGPSTracking/res/drawable-hdpi/ic_launcher.png | bin | 10224 -> 0 bytes | |||
-rw-r--r-- | misc/client/gps-demo/AndroidGPSTracking/res/drawable-ldpi/ic_launcher.png | bin | 10224 -> 0 bytes | |||
-rw-r--r-- | misc/client/gps-demo/AndroidGPSTracking/res/drawable-mdpi/ic_launcher.png | bin | 10224 -> 0 bytes | |||
-rw-r--r-- | misc/client/gps-demo/AndroidGPSTracking/res/drawable-xhdpi/ic_launcher.png | bin | 10224 -> 0 bytes | |||
-rw-r--r-- | misc/client/gps-demo/AndroidGPSTracking/res/layout/main.xml | 14 | ||||
-rw-r--r-- | misc/client/gps-demo/AndroidGPSTracking/res/values/strings.xml | 7 |
6 files changed, 0 insertions, 21 deletions
diff --git a/misc/client/gps-demo/AndroidGPSTracking/res/drawable-hdpi/ic_launcher.png b/misc/client/gps-demo/AndroidGPSTracking/res/drawable-hdpi/ic_launcher.png Binary files differdeleted file mode 100644 index efc8f0a..0000000 --- a/misc/client/gps-demo/AndroidGPSTracking/res/drawable-hdpi/ic_launcher.png +++ /dev/null diff --git a/misc/client/gps-demo/AndroidGPSTracking/res/drawable-ldpi/ic_launcher.png b/misc/client/gps-demo/AndroidGPSTracking/res/drawable-ldpi/ic_launcher.png Binary files differdeleted file mode 100644 index efc8f0a..0000000 --- a/misc/client/gps-demo/AndroidGPSTracking/res/drawable-ldpi/ic_launcher.png +++ /dev/null diff --git a/misc/client/gps-demo/AndroidGPSTracking/res/drawable-mdpi/ic_launcher.png b/misc/client/gps-demo/AndroidGPSTracking/res/drawable-mdpi/ic_launcher.png Binary files differdeleted file mode 100644 index efc8f0a..0000000 --- a/misc/client/gps-demo/AndroidGPSTracking/res/drawable-mdpi/ic_launcher.png +++ /dev/null diff --git a/misc/client/gps-demo/AndroidGPSTracking/res/drawable-xhdpi/ic_launcher.png b/misc/client/gps-demo/AndroidGPSTracking/res/drawable-xhdpi/ic_launcher.png Binary files differdeleted file mode 100644 index efc8f0a..0000000 --- a/misc/client/gps-demo/AndroidGPSTracking/res/drawable-xhdpi/ic_launcher.png +++ /dev/null diff --git a/misc/client/gps-demo/AndroidGPSTracking/res/layout/main.xml b/misc/client/gps-demo/AndroidGPSTracking/res/layout/main.xml deleted file mode 100644 index 430efa2..0000000 --- a/misc/client/gps-demo/AndroidGPSTracking/res/layout/main.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?>
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical" >
-
- <Button android:id="@+id/btnShowLocation"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Show Location"
- android:layout_centerVertical="true"
- android:layout_centerHorizontal="true"/>
-
-</RelativeLayout>
\ No newline at end of file diff --git a/misc/client/gps-demo/AndroidGPSTracking/res/values/strings.xml b/misc/client/gps-demo/AndroidGPSTracking/res/values/strings.xml deleted file mode 100644 index 6c854c3..0000000 --- a/misc/client/gps-demo/AndroidGPSTracking/res/values/strings.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?>
-<resources>
-
- <string name="hello">Hello World, AndroidGPSTrackingActivity!</string>
- <string name="app_name">AndroidGPSTracking</string>
-
-</resources>
\ No newline at end of file |