summaryrefslogtreecommitdiff
path: root/res/layout/article_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-19 09:45:03 +0400
committerAndrew Dolgov <[email protected]>2012-09-19 09:45:03 +0400
commit8f88419419f9e12c5c1ad1aeaff10e3c3457f07d (patch)
treebd9d7881a1038565f53fea06b0f3cd9303868236 /res/layout/article_fragment.xml
parent468660369720e1f05c202098aa750cfa474ad7bc (diff)
add enclosure url share button
Diffstat (limited to 'res/layout/article_fragment.xml')
-rw-r--r--res/layout/article_fragment.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml
index e46de546..cbcf672d 100644
--- a/res/layout/article_fragment.xml
+++ b/res/layout/article_fragment.xml
@@ -83,6 +83,13 @@
android:text="@string/attachment_view" />
<Button
+ android:id="@+id/attachment_share"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_weight="0"
+ android:text="@string/attachment_share" />
+
+ <Button
android:id="@+id/attachment_copy"
android:layout_width="wrap_content"
android:layout_height="wrap_content"