diff --git a/samples/profiles/Android.mk b/samples/profiles/Android.mk new file mode 100644 index 00000000..1cdb0c28 --- /dev/null +++ b/samples/profiles/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 := CMProfiles + +include $(BUILD_PACKAGE) \ No newline at end of file diff --git a/samples/profiles/AndroidManifest.xml b/samples/profiles/AndroidManifest.xml new file mode 100644 index 00000000..6f1e673a --- /dev/null +++ b/samples/profiles/AndroidManifest.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + diff --git a/samples/profiles/res/drawable-hdpi/ic_launcher.png b/samples/profiles/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 00000000..96a442e5 Binary files /dev/null and b/samples/profiles/res/drawable-hdpi/ic_launcher.png differ diff --git a/samples/profiles/res/drawable-ldpi/ic_launcher.png b/samples/profiles/res/drawable-ldpi/ic_launcher.png new file mode 100644 index 00000000..99238729 Binary files /dev/null and b/samples/profiles/res/drawable-ldpi/ic_launcher.png differ diff --git a/samples/profiles/res/drawable-mdpi/ic_launcher.png b/samples/profiles/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 00000000..359047df Binary files /dev/null and b/samples/profiles/res/drawable-mdpi/ic_launcher.png differ diff --git a/samples/profiles/res/drawable-xhdpi/ic_launcher.png b/samples/profiles/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 00000000..71c6d760 Binary files /dev/null and b/samples/profiles/res/drawable-xhdpi/ic_launcher.png differ diff --git a/samples/profiles/res/layout/main.xml b/samples/profiles/res/layout/main.xml new file mode 100644 index 00000000..ea0ac537 --- /dev/null +++ b/samples/profiles/res/layout/main.xml @@ -0,0 +1,19 @@ + + +