diff --git a/samples/customtiles/Android.mk b/samples/customtiles/Android.mk new file mode 100644 index 0000000..98d5487 --- /dev/null +++ b/samples/customtiles/Android.mk @@ -0,0 +1,11 @@ +LOCAL_PATH:= $(call my-dir) +include $(CLEAR_VARS) + +LOCAL_STATIC_JAVA_LIBRARIES := \ + org.cyanogenmod.platform.sdk + +LOCAL_SRC_FILES := $(call all-subdir-java-files) + +LOCAL_PACKAGE_NAME := CMCustomTiles + +include $(BUILD_PACKAGE) \ No newline at end of file diff --git a/samples/customtiles/AndroidManifest.xml b/samples/customtiles/AndroidManifest.xml new file mode 100644 index 0000000..81b51f5 --- /dev/null +++ b/samples/customtiles/AndroidManifest.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + diff --git a/samples/customtiles/res/drawable-hdpi/ic_launcher.png b/samples/customtiles/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..96a442e Binary files /dev/null and b/samples/customtiles/res/drawable-hdpi/ic_launcher.png differ diff --git a/samples/customtiles/res/drawable-ldpi/ic_launcher.png b/samples/customtiles/res/drawable-ldpi/ic_launcher.png new file mode 100644 index 0000000..9923872 Binary files /dev/null and b/samples/customtiles/res/drawable-ldpi/ic_launcher.png differ diff --git a/samples/customtiles/res/drawable-mdpi/ic_launcher.png b/samples/customtiles/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..359047d Binary files /dev/null and b/samples/customtiles/res/drawable-mdpi/ic_launcher.png differ diff --git a/samples/customtiles/res/drawable-xhdpi/ic_launcher.png b/samples/customtiles/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..71c6d76 Binary files /dev/null and b/samples/customtiles/res/drawable-xhdpi/ic_launcher.png differ diff --git a/samples/customtiles/res/layout/main.xml b/samples/customtiles/res/layout/main.xml new file mode 100644 index 0000000..8b07f8d --- /dev/null +++ b/samples/customtiles/res/layout/main.xml @@ -0,0 +1,14 @@ + + +