aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2012-02-14 12:25:02 -0600
committerAndy Doan <andy.doan@linaro.org>2012-02-14 12:25:02 -0600
commitf7fca9f81adeb10824a51b6efd848be5ee3e229a (patch)
tree41d150a00020e97903d2c5b96ea9fe26eed8a933
parent53b9b2a13d12c65dc2353153419a3dbb2c746926 (diff)
downloadLinaroConnect-f7fca9f81adeb10824a51b6efd848be5ee3e229a.tar.gz
remove unused file
Signed-off-by: Andy Doan <andy.doan@linaro.org>
-rw-r--r--res/layout/image_item.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/res/layout/image_item.xml b/res/layout/image_item.xml
deleted file mode 100644
index e19a542..0000000
--- a/res/layout/image_item.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:paddingLeft="40dp"
- android:paddingRight="40dp">
-
- <TextView android:id="@+id/image_item_label"
- android:layout_height="wrap_content"
- android:layout_width="match_parent"
- android:textColor="@color/linaro_green"
- android:gravity="center"
- />
- <ImageView android:id="@+id/image_item_id"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- />
- </LinearLayout> \ No newline at end of file