summaryrefslogtreecommitdiff
path: root/res/layout/feeditemlist_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/feeditemlist_item.xml')
-rw-r--r--res/layout/feeditemlist_item.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/feeditemlist_item.xml b/res/layout/feeditemlist_item.xml
index bb6a38ee2..7918c1361 100644
--- a/res/layout/feeditemlist_item.xml
+++ b/res/layout/feeditemlist_item.xml
@@ -88,7 +88,7 @@
<ImageButton
android:id="@id/butAction"
android:layout_width="48dp"
- android:layout_height="48dp"
+ android:layout_height="match_parent"
android:layout_alignParentRight="true"
android:layout_alignParentBottom="true"
android:background="?attr/borderless_button"
@@ -98,7 +98,7 @@
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:paddingTop="16dp"
- android:scaleType="centerCrop"
+ android:scaleType="fitEnd"
android:src="?attr/spinner_button" />
</RelativeLayout>