summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row_unread.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-03-12 14:57:57 +0300
committerAndrew Dolgov <[email protected]>2012-03-12 14:57:57 +0300
commit8caa0fcd8261f6c3d885cd880df3aac156f9d120 (patch)
tree11eb3c467148cc667d1b1e679e1403c18ca3ff35 /res/layout/headlines_row_unread.xml
parent7da5405c3f6957b53375f9783b4775e4de290a10 (diff)
implement new attachment UI with buttons to copy URL/view separate
attachment
Diffstat (limited to 'res/layout/headlines_row_unread.xml')
-rw-r--r--res/layout/headlines_row_unread.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index 210e5fb3..f89faa5a 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/headlines_row_unread.xml
@@ -107,4 +107,31 @@
android:padding="3dip" >
</TextView>
+ <LinearLayout
+ android:id="@+id/attachments_holder"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_weight="0" >
+
+ <Spinner
+ android:id="@+id/attachments"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:prompt="@string/attachments_prompt" />
+
+ <Button
+ android:id="@+id/attachment_view"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_weight="0"
+ android:text="@string/attachment_view" />
+
+ <Button
+ android:id="@+id/attachment_copy"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_weight="0"
+ android:text="@string/attachment_copy" />
+ </LinearLayout>
</LinearLayout> \ No newline at end of file