diff --git a/apps/CustomLocale/Android.mk b/apps/CustomLocale/Android.mk new file mode 100644 index 000000000..275207f29 --- /dev/null +++ b/apps/CustomLocale/Android.mk @@ -0,0 +1,11 @@ +LOCAL_PATH:= $(call my-dir) +include $(CLEAR_VARS) + +LOCAL_MODULE_TAGS := user + +LOCAL_SRC_FILES := $(call all-subdir-java-files) + +LOCAL_PACKAGE_NAME := CustomLocale +LOCAL_CERTIFICATE := platform + +include $(BUILD_PACKAGE) diff --git a/apps/CustomLocale/AndroidManifest.xml b/apps/CustomLocale/AndroidManifest.xml new file mode 100644 index 000000000..9dfa89630 --- /dev/null +++ b/apps/CustomLocale/AndroidManifest.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + diff --git a/apps/CustomLocale/res/drawable/icon.png b/apps/CustomLocale/res/drawable/icon.png new file mode 100644 index 000000000..cb40a1988 Binary files /dev/null and b/apps/CustomLocale/res/drawable/icon.png differ diff --git a/apps/CustomLocale/res/layout/list_item.xml b/apps/CustomLocale/res/layout/list_item.xml new file mode 100644 index 000000000..8c59f92c7 --- /dev/null +++ b/apps/CustomLocale/res/layout/list_item.xml @@ -0,0 +1,35 @@ + + + + + + \ No newline at end of file diff --git a/apps/CustomLocale/res/layout/main.xml b/apps/CustomLocale/res/layout/main.xml new file mode 100644 index 000000000..b1eaa51ba --- /dev/null +++ b/apps/CustomLocale/res/layout/main.xml @@ -0,0 +1,62 @@ + + + + + + + + +