aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/message_received.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-08-04 21:25:28 +0200
committerChristian Schneppe <christian@pix-art.de>2016-08-04 21:25:28 +0200
commite64c23a3926517c961a2ff11d599dca1c3b36a94 (patch)
tree0a64de61f9f5c6cc00c87893ed1f8dde8425e190 /src/main/res/layout/message_received.xml
parent91c6fe4744abe57aa3cbd694a1bd1076010f3da5 (diff)
modified download button a bit
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/message_received.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main/res/layout/message_received.xml b/src/main/res/layout/message_received.xml
index 09f00ce80..0cfcc7df0 100644
--- a/src/main/res/layout/message_received.xml
+++ b/src/main/res/layout/message_received.xml
@@ -66,14 +66,6 @@
<Button
android:id="@+id/download_button"
- style="?android:attr/buttonStyleSmall"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:visibility="gone" />
-
- <ImageButton
- android:id="@+id/image_button"
- android:src="@drawable/ic_file_grey600_48dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:visibility="gone" />