From 645139eb68cb966b90d36790e5b60c0bc6727c78 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Fri, 25 Apr 2014 23:06:20 +0200 Subject: couple of more optimazations on image loading --- res/layout/message_sent.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'res/layout/message_sent.xml') diff --git a/res/layout/message_sent.xml b/res/layout/message_sent.xml index f0950ef9..990df59b 100644 --- a/res/layout/message_sent.xml +++ b/res/layout/message_sent.xml @@ -26,6 +26,8 @@ android:layout_height="wrap_content" android:adjustViewBounds="true" android:paddingBottom="2dp" + android:scaleType="fitXY" + android:background="#333333" />