OSDN Git Service

Add new application for the SDK to let developers build their own gestures
authorRomain Guy <romainguy@android.com>
Fri, 10 Jul 2009 02:05:32 +0000 (19:05 -0700)
committerRomain Guy <romainguy@android.com>
Fri, 17 Jul 2009 23:47:23 +0000 (16:47 -0700)
commit89f0e50a4cbb3086ab8441540e495150d1838e44
tree1de1c68942122923ca1b433e1efba3a874d2ee3c
parent30a06f411537a63b9039f8a07a37863ee6978ce6
Add new application for the SDK to let developers build their own gestures
libraries.
15 files changed:
apps/GestureBuilder/Android.mk [new file with mode: 0644]
apps/GestureBuilder/AndroidManifest.xml [new file with mode: 0644]
apps/GestureBuilder/NOTICE [new file with mode: 0644]
apps/GestureBuilder/graphics/gesturebuilder.ai [new file with mode: 0644]
apps/GestureBuilder/graphics/gesturebuilder.eps [new file with mode: 0644]
apps/GestureBuilder/res/drawable/ic_gesturebuilder.png [new file with mode: 0644]
apps/GestureBuilder/res/layout/create_gesture.xml [new file with mode: 0644]
apps/GestureBuilder/res/layout/dialog_rename.xml [new file with mode: 0644]
apps/GestureBuilder/res/layout/gestures_item.xml [new file with mode: 0644]
apps/GestureBuilder/res/layout/gestures_list.xml [new file with mode: 0644]
apps/GestureBuilder/res/values/colors.xml [new file with mode: 0644]
apps/GestureBuilder/res/values/dimens.xml [new file with mode: 0644]
apps/GestureBuilder/res/values/strings.xml [new file with mode: 0644]
apps/GestureBuilder/src/com/android/gesture/builder/CreateGestureActivity.java [new file with mode: 0644]
apps/GestureBuilder/src/com/android/gesture/builder/GestureBuilderActivity.java [new file with mode: 0644]