aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/message_recieved.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-04-21 19:51:03 +0200
committerDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-04-21 19:51:03 +0200
commit77da0c6b5d3d6925c8018c1eb57fb26d102a937d (patch)
treeef392c79f3ad3df6de361ded98ab9d377965a371 /res/layout/message_recieved.xml
parentfc6a16c31b56a1249fb28b4f90018bca4207dab7 (diff)
allow images to be opened with gallary app
Diffstat (limited to '')
-rw-r--r--res/layout/message_recieved.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/res/layout/message_recieved.xml b/res/layout/message_recieved.xml
index f4f34232b..9893ef23c 100644
--- a/res/layout/message_recieved.xml
+++ b/res/layout/message_recieved.xml
@@ -38,7 +38,15 @@
android:autoLink="web"
android:textIsSelectable="true"
android:textColor="#333333"
- android:textSize="16sp" />
+ android:textSize="16sp"/>
+
+ <Button
+ android:id="@+id/download_button"
+ style="?android:attr/buttonStyleSmall"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/download_image"
+ android:visibility="gone"/>
<LinearLayout
android:layout_width="wrap_content"