summaryrefslogtreecommitdiff
path: root/res
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
parent468660369720e1f05c202098aa750cfa474ad7bc (diff)
add enclosure url share button
Diffstat (limited to 'res')
-rw-r--r--res/layout/article_fragment.xml7
-rw-r--r--res/values/strings.xml1
2 files changed, 8 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"
diff --git a/res/values/strings.xml b/res/values/strings.xml
index bf475012..f777c2e6 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -129,4 +129,5 @@
<string name="notify_article_unpublished">Article unpublished</string>
<string name="notify_article_note_set">Article note saved</string>
<string name="update_headlines">Refresh</string>
+ <string name="attachment_share">Share</string>
</resources> \ No newline at end of file