summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row_unread.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-02 22:16:53 +0400
committerAndrew Dolgov <[email protected]>2012-09-02 22:16:53 +0400
commit89e125d3ca213a69fe9b8dd638cbc3aea39e73c4 (patch)
tree22ec828540ff42564847beeaa531a6f3c0f4183c /res/layout/headlines_row_unread.xml
parente4eb7fba80324f269db3e2b46e96e2e17f437f6d (diff)
limit width of headline context menu indicator
Diffstat (limited to 'res/layout/headlines_row_unread.xml')
-rw-r--r--res/layout/headlines_row_unread.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index 893c9c24..088e468b 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/headlines_row_unread.xml
@@ -143,7 +143,7 @@
<ImageButton
android:id="@+id/article_menu_button"
- android:layout_width="match_parent"
+ android:layout_width="50dp"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:background="@android:color/transparent"