diff options
author | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-04-25 23:06:20 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-04-25 23:06:20 +0200 |
commit | 645139eb68cb966b90d36790e5b60c0bc6727c78 (patch) | |
tree | 9633c20bd4f2e5aa1906373bdea5a07b1aacd6fc /res/layout/conversation_list_row.xml | |
parent | bf2d0d5596a08872230056d056241ee906962171 (diff) |
couple of more optimazations on image loading
Diffstat (limited to 'res/layout/conversation_list_row.xml')
-rw-r--r-- | res/layout/conversation_list_row.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/conversation_list_row.xml b/res/layout/conversation_list_row.xml index 76016ada..dda09178 100644 --- a/res/layout/conversation_list_row.xml +++ b/res/layout/conversation_list_row.xml @@ -52,6 +52,7 @@ android:id="@+id/conversation_lastimage" android:layout_width="fill_parent" android:layout_height="36dp" + android:background="#333333" android:scaleType="centerCrop" /> </LinearLayout> |