aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/conversation_list_row.xml
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2015-08-19 20:18:00 +0200
committerChristian S <christian@pix-art.de>2015-08-19 20:18:00 +0200
commit02012815661bb786a818c28097308987353bddd5 (patch)
tree8b7587adab5288287e9f0c313ee723c70d9b584a /src/main/res/layout/conversation_list_row.xml
parent64609fa37f6238f9d91e0ed3be16417d1f049f1e (diff)
some little image preview changes
Diffstat (limited to 'src/main/res/layout/conversation_list_row.xml')
-rw-r--r--src/main/res/layout/conversation_list_row.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/conversation_list_row.xml b/src/main/res/layout/conversation_list_row.xml
index 446c65874..ddd88bc33 100644
--- a/src/main/res/layout/conversation_list_row.xml
+++ b/src/main/res/layout/conversation_list_row.xml
@@ -70,7 +70,7 @@
<ImageView
android:id="@+id/conversation_lastimage"
android:layout_width="fill_parent"
- android:layout_height="36dp"
+ android:layout_height="14dp"
android:background="@color/black87"
android:scaleType="centerCrop" />
</LinearLayout>