diff --git a/samples/profiles/Android.mk b/samples/profiles/Android.mk new file mode 100644 index 0000000..1cdb0c2 --- /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 0000000..6f1e673 --- /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 0000000..96a442e 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 0000000..9923872 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 0000000..359047d 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 0000000..71c6d76 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 0000000..ea0ac53 --- /dev/null +++ b/samples/profiles/res/layout/main.xml @@ -0,0 +1,19 @@ + + +