aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
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
parent64609fa37f6238f9d91e0ed3be16417d1f049f1e (diff)
some little image preview changes
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/activity_publish_profile_picture.xml4
-rw-r--r--src/main/res/layout/contact.xml1
-rw-r--r--src/main/res/layout/conversation_list_row.xml2
3 files changed, 4 insertions, 3 deletions
diff --git a/src/main/res/layout/activity_publish_profile_picture.xml b/src/main/res/layout/activity_publish_profile_picture.xml
index 8864f6d68..d7321ae13 100644
--- a/src/main/res/layout/activity_publish_profile_picture.xml
+++ b/src/main/res/layout/activity_publish_profile_picture.xml
@@ -20,7 +20,9 @@
android:layout_height="wrap_content"
android:maxHeight="384dp"
android:maxWidth="384dp"
- android:adjustViewBounds="true"/>
+ android:adjustViewBounds="true"
+ android:padding="1dp"
+ android:background="@drawable/message_border" />
</LinearLayout>
<TextView
diff --git a/src/main/res/layout/contact.xml b/src/main/res/layout/contact.xml
index 8d2e0b9bf..653bb9176 100644
--- a/src/main/res/layout/contact.xml
+++ b/src/main/res/layout/contact.xml
@@ -11,7 +11,6 @@
android:layout_width="56dp"
android:layout_height="56dp"
android:layout_alignParentLeft="true"
- android:scaleType="centerCrop"
android:src="@drawable/ic_profile"
android:background="@drawable/message_border"
android:padding="1dp"
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>