summaryrefslogtreecommitdiff
path: root/res/layout/feeds_row_selected.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-18 13:57:25 +0400
committerAndrew Dolgov <[email protected]>2013-05-18 13:57:25 +0400
commit8d85dc931fb1184a12f573cc7507e4406ccd9ba9 (patch)
treef96aad5ab310e240e9f1cfa8e21d603294dc64f7 /res/layout/feeds_row_selected.xml
parent47a2f150abbbe45a17df212d44cecd2416dee24a (diff)
add (invisible) context triangle icon to feed rows
Diffstat (limited to 'res/layout/feeds_row_selected.xml')
-rw-r--r--res/layout/feeds_row_selected.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/layout/feeds_row_selected.xml b/res/layout/feeds_row_selected.xml
index cb95a819..b1d53549 100644
--- a/res/layout/feeds_row_selected.xml
+++ b/res/layout/feeds_row_selected.xml
@@ -4,6 +4,7 @@
android:layout_width="match_parent"
android:layout_height="?android:attr/listPreferredItemHeight"
android:background="?feedsSelectedBackgroundSolid"
+ android:descendantFocusability="blocksDescendants"
android:gravity="center_vertical"
android:orientation="horizontal"
android:paddingBottom="10dip"
@@ -43,4 +44,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