summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/drawable-hdpi/ic_attachment_holo_light.pngbin1014 -> 0 bytes
-rw-r--r--res/drawable-hdpi/ic_cancel_holo_light.pngbin393 -> 0 bytes
-rw-r--r--res/drawable-mdpi/ic_attachment_holo_light.pngbin734 -> 0 bytes
-rw-r--r--res/drawable-mdpi/ic_cancel_holo_light.pngbin312 -> 0 bytes
-rw-r--r--res/drawable-xhdpi/ic_attachment_holo_light.pngbin1337 -> 0 bytes
-rw-r--r--res/drawable-xhdpi/ic_cancel_holo_light.pngbin1477 -> 0 bytes
-rw-r--r--res/layout/attachment.xml60
7 files changed, 0 insertions, 60 deletions
diff --git a/res/drawable-hdpi/ic_attachment_holo_light.png b/res/drawable-hdpi/ic_attachment_holo_light.png
deleted file mode 100644
index 60a333148..000000000
--- a/res/drawable-hdpi/ic_attachment_holo_light.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-hdpi/ic_cancel_holo_light.png b/res/drawable-hdpi/ic_cancel_holo_light.png
deleted file mode 100644
index d8cacb44a..000000000
--- a/res/drawable-hdpi/ic_cancel_holo_light.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/ic_attachment_holo_light.png b/res/drawable-mdpi/ic_attachment_holo_light.png
deleted file mode 100644
index 0b6cc108c..000000000
--- a/res/drawable-mdpi/ic_attachment_holo_light.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/ic_cancel_holo_light.png b/res/drawable-mdpi/ic_cancel_holo_light.png
deleted file mode 100644
index 56705c333..000000000
--- a/res/drawable-mdpi/ic_cancel_holo_light.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/ic_attachment_holo_light.png b/res/drawable-xhdpi/ic_attachment_holo_light.png
deleted file mode 100644
index f878ed696..000000000
--- a/res/drawable-xhdpi/ic_attachment_holo_light.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/ic_cancel_holo_light.png b/res/drawable-xhdpi/ic_cancel_holo_light.png
deleted file mode 100644
index 630f3fd4c..000000000
--- a/res/drawable-xhdpi/ic_cancel_holo_light.png
+++ /dev/null
Binary files differ
diff --git a/res/layout/attachment.xml b/res/layout/attachment.xml
deleted file mode 100644
index bb3457bce..000000000
--- a/res/layout/attachment.xml
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2008 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.
--->
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- style="@style/attachment_container">
-
- <ImageView
- android:src="@drawable/ic_attachment_holo_light"
- android:layout_gravity="center_vertical"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
-
- <!-- Attachment preview -->
- <ImageView android:id="@+id/attachment_thumbnail"
- style="@style/attachment_thumbnail"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
-
- <!-- Attachment name and size -->
- <LinearLayout
- android:orientation="vertical"
- android:layout_weight="1.0"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical">
-
- <TextView android:id="@+id/attachment_name"
- style="@style/attachment_name" />
-
- <TextView android:id="@+id/attachment_size"
- style="@style/attachment_name"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" />
-
- </LinearLayout>
-
- <!-- Remove button -->
- <ImageView android:id="@+id/remove_attachment"
- android:src="@drawable/ic_cancel_holo_light"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:gravity="left"
- android:layout_marginLeft="20dip"
- android:layout_gravity="center_vertical|left"
- android:clickable="true" />
-
-
-</LinearLayout>