summaryrefslogtreecommitdiff
path: root/res/layout-port/headlines_row_unread.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-port/headlines_row_unread.xml')
-rw-r--r--res/layout-port/headlines_row_unread.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/res/layout-port/headlines_row_unread.xml b/res/layout-port/headlines_row_unread.xml
index 7770bcc0..8a466753 100644
--- a/res/layout-port/headlines_row_unread.xml
+++ b/res/layout-port/headlines_row_unread.xml
@@ -69,8 +69,8 @@
android:layout_weight="1"
android:text="Jan 01, 00:00"
android:textColor="?headlineExcerptTextColor"
- android:textSize="11sp" />
-
+ android:textSize="11sp" />
+
<TextView
android:id="@+id/feed_title"
android:layout_width="wrap_content"
@@ -138,11 +138,14 @@
<ImageButton
android:id="@+id/article_menu_button"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
android:layout_gravity="right"
android:background="@android:color/transparent"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:paddingBottom="4dp"
+ android:paddingRight="4dp"
+ android:paddingTop="4dp"
+ android:scaleType="fitEnd"
android:src="@drawable/ic_mailbox_collapsed_holo_light" />
-
</LinearLayout> \ No newline at end of file