summaryrefslogtreecommitdiff
path: root/res/layout/feeds_row.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-21 14:31:15 +0400
committerAndrew Dolgov <[email protected]>2013-05-21 14:31:15 +0400
commit4f49ae38dd06974ada031153569b5fff64e8afb3 (patch)
treeb1bb52e4f07b4cc4b4f436a28865d87161a72be6 /res/layout/feeds_row.xml
parent1bc939e60b361bd85915511b0b3c27bb4ae12238 (diff)
parent48f2680916df329bbe34365ee58ceed67dc082ba (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS-for-Honeycomb
Diffstat (limited to 'res/layout/feeds_row.xml')
-rw-r--r--res/layout/feeds_row.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/layout/feeds_row.xml b/res/layout/feeds_row.xml
index bd033b25..ffea8cf6 100644
--- a/res/layout/feeds_row.xml
+++ b/res/layout/feeds_row.xml
@@ -3,6 +3,7 @@
android:id="@+id/feeds_row"
android:layout_width="match_parent"
android:layout_height="?android:attr/listPreferredItemHeight"
+ android:descendantFocusability="blocksDescendants"
android:gravity="center_vertical"
android:orientation="horizontal"
android:paddingBottom="10dip"
@@ -42,4 +43,15 @@
android:textSize="13sp"
android:textStyle="bold" />
+ <ImageButton
+ android:id="@+id/feed_menu_button"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_weight="0"
+ android:background="@null"
+ android:paddingLeft="6dp"
+ android:paddingTop="6dp"
+ android:visibility="gone"
+ android:src="@drawable/ic_mailbox_collapsed_holo_light" />
+
</LinearLayout> \ No newline at end of file