summaryrefslogtreecommitdiff
path: root/BenchmarkFramework/app/src/main/res/layout/text.xml
diff options
context:
space:
mode:
Diffstat (limited to 'BenchmarkFramework/app/src/main/res/layout/text.xml')
-rw-r--r--BenchmarkFramework/app/src/main/res/layout/text.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/BenchmarkFramework/app/src/main/res/layout/text.xml b/BenchmarkFramework/app/src/main/res/layout/text.xml
new file mode 100644
index 0000000..f41ec76
--- /dev/null
+++ b/BenchmarkFramework/app/src/main/res/layout/text.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">
+
+ <graphics_benchmarks.graphics.DrawTextView
+ android:id="@+id/text"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"/>
+
+</FrameLayout>