From 665330a5eda56339a078944dbfde2efbf84d2a03 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 4 May 2014 19:31:11 -0400 Subject: Add gesture editor (taken mostly from the SDK gesture editor) --- res/layout/create_gesture.xml | 88 +++++++++++++++++++++++++++++++++++++++++++ res/layout/dialog_rename.xml | 41 ++++++++++++++++++++ res/layout/gestures_item.xml | 31 +++++++++++++++ res/layout/gestures_list.xml | 75 ++++++++++++++++++++++++++++++++++++ res/values/colors.xml | 4 ++ res/values/dimens.xml | 5 +++ res/values/strings.xml | 44 ++++++++++++++++++++++ res/xml/method.xml | 3 +- 8 files changed, 290 insertions(+), 1 deletion(-) create mode 100644 res/layout/create_gesture.xml create mode 100644 res/layout/dialog_rename.xml create mode 100644 res/layout/gestures_item.xml create mode 100644 res/layout/gestures_list.xml create mode 100644 res/values/colors.xml create mode 100644 res/values/dimens.xml (limited to 'res') diff --git a/res/layout/create_gesture.xml b/res/layout/create_gesture.xml new file mode 100644 index 0000000..89e64c6 --- /dev/null +++ b/res/layout/create_gesture.xml @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + +