summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJoseph Chang (bizkit) <bizkit@0xlab.org>2010-09-01 18:21:02 +0800
committerJoseph Chang (bizkit) <bizkit@0xlab.org>2010-09-01 18:21:02 +0800
commiteed1ace3ed0bed43bcbb3e0bb38c2a327b0e03ef (patch)
tree99c1e43b9873b8fb9ff764721b5f62c9753a52ed /res
parent070e784e21236c44711fd78be2b144854af40a63 (diff)
download0xbench-eed1ace3ed0bed43bcbb3e0bb38c2a327b0e03ef.tar.gz
Add 2D benchmark DrawArc
Diffstat (limited to 'res')
-rw-r--r--res/layout/arc.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/layout/arc.xml b/res/layout/arc.xml
new file mode 100644
index 0000000..f4be562
--- /dev/null
+++ b/res/layout/arc.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent">
+
+ <org.zeroxlab.graphics.DrawArcView
+ android:id="@+id/rect"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"/>
+
+</FrameLayout>