aboutsummaryrefslogtreecommitdiff
path: root/apps/SdkController/res/layout/multitouch.xml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/SdkController/res/layout/multitouch.xml')
-rwxr-xr-xapps/SdkController/res/layout/multitouch.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/apps/SdkController/res/layout/multitouch.xml b/apps/SdkController/res/layout/multitouch.xml
deleted file mode 100755
index 0aec0fbd0..000000000
--- a/apps/SdkController/res/layout/multitouch.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<RelativeLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent" >
-
- <com.android.tools.sdkcontroller.views.MultiTouchView
- android:id="@+id/imageView"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent" />
-
- <!-- Placeholder status text. Becomes visibility=gone when empty. -->
- <TextView
- android:id="@+id/textStatus"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentTop="true"
- android:textAppearance="?android:attr/textAppearanceSmall" />
-
- <!-- Placeholder error text. Becomes visibility=gone when empty. -->
- <TextView
- android:id="@+id/textError"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_below="@+id/textStatus"
- android:gravity="center_horizontal"
- android:background="#F00F"
- android:padding="8dp"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="#FFF0" />
-
-</RelativeLayout>