diff --git a/build/sdk.atree b/build/sdk.atree index b1b313b44..f380cd465 100644 --- a/build/sdk.atree +++ b/build/sdk.atree @@ -159,6 +159,7 @@ development/samples/AccelerometerPlay samples/${PLATFORM_NAME}/Accelero development/samples/ActionBarCompat samples/${PLATFORM_NAME}/ActionBarCompat development/samples/AndroidBeamDemo samples/${PLATFORM_NAME}/AndroidBeamDemo development/samples/ApiDemos samples/${PLATFORM_NAME}/ApiDemos +development/samples/AppNavigation samples/${PLATFORM_NAME}/AppNavigation development/samples/BackupRestore samples/${PLATFORM_NAME}/BackupRestore development/samples/BasicGLSurfaceView samples/${PLATFORM_NAME}/BasicGLSurfaceView development/samples/BluetoothChat samples/${PLATFORM_NAME}/BluetoothChat diff --git a/samples/AppNavigation/Android.mk b/samples/AppNavigation/Android.mk new file mode 100644 index 000000000..758201ea2 --- /dev/null +++ b/samples/AppNavigation/Android.mk @@ -0,0 +1,19 @@ +LOCAL_PATH:= $(call my-dir) +include $(CLEAR_VARS) + +LOCAL_MODULE_TAGS := samples tests + +LOCAL_SRC_FILES := $(call all-java-files-under, src) + +LOCAL_PACKAGE_NAME := AppNavigation + +LOCAL_STATIC_JAVA_LIBRARIES += android-support-v4 + +LOCAL_SDK_VERSION := current + +include $(BUILD_PACKAGE) + +LOCAL_PROGUARD_FLAG_FILES := proguard.flags + +# Use the following include to make our test apk. +include $(call all-makefiles-under,$(LOCAL_PATH)) diff --git a/samples/AppNavigation/AndroidManifest.xml b/samples/AppNavigation/AndroidManifest.xml new file mode 100644 index 000000000..135016e07 --- /dev/null +++ b/samples/AppNavigation/AndroidManifest.xml @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/samples/AppNavigation/res/layout/content_category.xml b/samples/AppNavigation/res/layout/content_category.xml new file mode 100644 index 000000000..272726073 --- /dev/null +++ b/samples/AppNavigation/res/layout/content_category.xml @@ -0,0 +1,29 @@ + + + + +