summaryrefslogtreecommitdiff
path: root/res/layout-port/headlines_row.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-02 22:05:56 +0400
committerAndrew Dolgov <[email protected]>2012-09-02 22:05:56 +0400
commite4eb7fba80324f269db3e2b46e96e2e17f437f6d (patch)
treebe0eb007624342221590b71603fd1209f1e3c384 /res/layout-port/headlines_row.xml
parent87c43f49818312f16635ce528b01cd2b8fcbccc3 (diff)
triangle layout tweak, bump version
Diffstat (limited to 'res/layout-port/headlines_row.xml')
-rw-r--r--res/layout-port/headlines_row.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/res/layout-port/headlines_row.xml b/res/layout-port/headlines_row.xml
index e3f4b705..7df3c4a7 100644
--- a/res/layout-port/headlines_row.xml
+++ b/res/layout-port/headlines_row.xml
@@ -138,10 +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