summaryrefslogtreecommitdiffstats
path: root/tests/TransformTest/res
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2010-01-06 17:33:52 -0800
committerAdam Powell <adamp@google.com>2010-01-12 15:08:23 -0800
commit8acdb201bdad2cd03c07ebad9cda29f7971ed164 (patch)
treef9c045796bf21bc8cae6eaf67d93b2124077fafd /tests/TransformTest/res
parentce63c639e90daafc3382020bb2d9e2b17350f1f0 (diff)
downloadframeworks_base-8acdb201bdad2cd03c07ebad9cda29f7971ed164.zip
frameworks_base-8acdb201bdad2cd03c07ebad9cda29f7971ed164.tar.gz
frameworks_base-8acdb201bdad2cd03c07ebad9cda29f7971ed164.tar.bz2
Added TransformGestureDetector (still in progress)
Modified VelocityTracker to track multiple pointers Added TransformTest
Diffstat (limited to 'tests/TransformTest/res')
-rw-r--r--tests/TransformTest/res/drawable/logo.pngbin0 -> 13388 bytes
-rw-r--r--tests/TransformTest/res/values/strings.xml19
2 files changed, 19 insertions, 0 deletions
diff --git a/tests/TransformTest/res/drawable/logo.png b/tests/TransformTest/res/drawable/logo.png
new file mode 100644
index 0000000..4d717a8
--- /dev/null
+++ b/tests/TransformTest/res/drawable/logo.png
Binary files differ
diff --git a/tests/TransformTest/res/values/strings.xml b/tests/TransformTest/res/values/strings.xml
new file mode 100644
index 0000000..a0eb81f
--- /dev/null
+++ b/tests/TransformTest/res/values/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2007 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<resources>
+ <string name="act_title">TransformTest</string>
+</resources>