summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row_selected.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-31 01:43:23 +0400
committerAndrew Dolgov <[email protected]>2012-12-31 01:43:23 +0400
commit7357c546b28a07e5bcdaf7e1370e12af3137b218 (patch)
treeac923b33dccff36ceafeb161577a9371078bef72 /res/layout/headlines_row_selected.xml
parent204ee6d4b9d69bab67e867de473f14499a09c797 (diff)
remove combined mode stuff
Diffstat (limited to 'res/layout/headlines_row_selected.xml')
-rw-r--r--res/layout/headlines_row_selected.xml36
1 files changed, 0 insertions, 36 deletions
diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml
index ae24d5d8..ced2e03c 100644
--- a/res/layout/headlines_row_selected.xml
+++ b/res/layout/headlines_row_selected.xml
@@ -105,42 +105,6 @@
</LinearLayout>
</LinearLayout>
- <TextView
- android:id="@+id/content"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_weight="1"
- 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>
-
<ImageButton
android:id="@+id/article_menu_button"
android:layout_width="50dp"