aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/message_sent.xml
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-10-15 19:32:12 +0200
committeriNPUTmice <daniel@gultsch.de>2014-10-15 19:32:12 +0200
commitcb4069f0f213ed1a38ce074d981b0c367dc2cdfd (patch)
tree9004af99e6da679e640fe97bdcdbf469832b8ab5 /res/layout/message_sent.xml
parent1927a3d99c3a8e23535680ceb29e7dbb78bda185 (diff)
refactored file download status. make image http download available for carbon copied (sent) messages as well
Diffstat (limited to '')
-rw-r--r--res/layout/message_sent.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/layout/message_sent.xml b/res/layout/message_sent.xml
index 28f3ddc6..e3e9b673 100644
--- a/res/layout/message_sent.xml
+++ b/res/layout/message_sent.xml
@@ -45,6 +45,14 @@
android:textColor="@color/primarytext"
android:textIsSelectable="true"
android:textSize="?attr/TextSizeBody" />
+
+ <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"